Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xl10n_script.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10n_script.sh b/l10n_script.sh
index c181748..85c0b19 100755
--- a/l10n_script.sh
+++ b/l10n_script.sh
@@ -58,10 +58,10 @@ fi
sphinx-build -b html -Dlanguage=$LANGUAGE source help/$LANGUAGE
# move images and static content and remove sources
-rm -rf help/_images help/_static help/_sources
+rm -rf help/_images help/_static
mv help/$LANGUAGE/_images help/
mv help/$LANGUAGE/_static help/
-rm help/$LANGUAGE/_sources help/
+rm -r help/$LANGUAGE/_sources
# replacing staic content links
for file in help/$LANGUAGE/*.html