Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalpa Welivitigoda <callkalpa@gmail.com>2013-08-31 03:02:46 (GMT)
committer Kalpa Welivitigoda <callkalpa@gmail.com>2013-08-31 03:02:46 (GMT)
commitcef4ab3fe7416619de9e716a580634efc9194275 (patch)
tree6e9de7e6a52d53bf64c6f4ebaeee31ca5c4d3ea2
parentd009a7ffeaa1e760e15737769bcede30953cdb69 (diff)
rm _sources
-rwxr-xr-xl10n_script.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10n_script.sh b/l10n_script.sh
index f4dd73a..c181748 100755
--- a/l10n_script.sh
+++ b/l10n_script.sh
@@ -57,11 +57,11 @@ if [ ! -d help/$LANGUAGE ]; then
fi
sphinx-build -b html -Dlanguage=$LANGUAGE source help/$LANGUAGE
-# move images, sources and static content
+# move images and static content and remove sources
rm -rf help/_images help/_static help/_sources
mv help/$LANGUAGE/_images help/
mv help/$LANGUAGE/_static help/
-mv help/$LANGUAGE/_sources help/
+rm help/$LANGUAGE/_sources help/
# replacing staic content links
for file in help/$LANGUAGE/*.html