From: Amos Jeffries Date: Sun, 14 Jun 2009 08:42:18 +0000 (+1200) Subject: Shuffle update-pot.sh to scripts/ X-Git-Tag: SQUID_3_2_0_1~947 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0bb1e8fd36e6ae8a6930428e8f29bc6ca4e41a63;p=thirdparty%2Fsquid.git Shuffle update-pot.sh to scripts/ --- diff --git a/errors/update-pot.sh b/scripts/update-pot.sh similarity index 86% rename from errors/update-pot.sh rename to scripts/update-pot.sh index b809e27be8..f2f38ed678 100755 --- a/errors/update-pot.sh +++ b/scripts/update-pot.sh @@ -3,9 +3,12 @@ # Update the core errpages.pot file from the basic templates # Useful if any template has altered. # -# To be run during maintenance from the squid errors/ directory +# To be run during maintenance from the main squid directory # +## Begin errors/ Updates. + +cd errors/ # Make sure any existing temp stuff is gone from previous updates... rm -r -f ./pot rm -f errpages.pot.new @@ -40,3 +43,7 @@ done # cleanup. rm -r -f ./pot rm -f errpages.pot.new +cd .. +## Done errors/ Updates + +## TODO: begin doc/manuals updates