From 49a5bc9d7d7cac4a479f89d336f4ee5b1b3d09c2 Mon Sep 17 00:00:00 2001 From: Kalpa Welivitigoda Date: Sat, 31 Aug 2013 03:17:52 +0000 Subject: remove _sources directory --- 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 -- cgit v0.9.1