Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/l10n_script.sh
diff options
context:
space:
mode:
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