From: Amos Jeffries Date: Thu, 16 Jul 2009 13:16:44 +0000 (+1200) Subject: Prep for manuals.pot scripting X-Git-Tag: SQUID_3_2_0_1~855^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e16b2116db705e2cedccb02fe987195d64bdf0d;p=thirdparty%2Fsquid.git Prep for manuals.pot scripting --- diff --git a/scripts/update-pot.sh b/scripts/update-pot.sh index f2f38ed678..610a69c628 100755 --- a/scripts/update-pot.sh +++ b/scripts/update-pot.sh @@ -46,4 +46,24 @@ rm -f errpages.pot.new cd .. ## Done errors/ Updates + ## TODO: begin doc/manuals updates + +cd doc/manuals/ + +## TODO migrate all man files to doc/manuals + +## TODO po4a of all doc/manuals man files... + + +#( +# cat manuals.pot.new | +# sed s/PACKAGE\ VERSION/Squid-3/ | +# sed s/LANGUAGE\ \/Squid\ Developers\ \/ +#) >manuals.pot + + +# cleanup +#rm -f manuals.pot.new +cd .. +## Done doc/manuals/ Update