Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/l10n_script.sh
diff options
context:
space:
mode:
authorKalpa Welivitigoda <callkalpa@gmail.com>2013-10-16 18:08:46 (GMT)
committer Kalpa Welivitigoda <callkalpa@gmail.com>2013-10-16 18:08:46 (GMT)
commit327c9f89847ec650edade808688507c8d1a235ce (patch)
tree89e635ca906446149fffa989cc9b1a24df332ef5 /l10n_script.sh
parentf07989acc3b57c49b51d26cebd58faba959d62ef (diff)
implemented using symbolic linksHEADmasterimage_link
Diffstat (limited to 'l10n_script.sh')
-rwxr-xr-xl10n_script.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/l10n_script.sh b/l10n_script.sh
index aedaedf..d011e3d 100755
--- a/l10n_script.sh
+++ b/l10n_script.sh
@@ -70,6 +70,6 @@ mv help/$LANGUAGE/_images help/
mv help/$LANGUAGE/_static help/
rm -r help/$LANGUAGE/_sources
-# move html files to the root on the language directory
-mv help/$LANGUAGE/content/*.html help/$LANGUAGE/
-rmdir help/$LANGUAGE/content
+# create symbolic links to _images and _static
+ln -sr help/_images -t help/$LANGUAGE
+ln -sr help/_static -t help/$LANGUAGE