From cef4ab3fe7416619de9e716a580634efc9194275 Mon Sep 17 00:00:00 2001 From: Kalpa Welivitigoda Date: Sat, 31 Aug 2013 03:02:46 +0000 Subject: rm _sources --- 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 -- cgit v0.9.1