]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for manuals.pot scripting
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 16 Jul 2009 13:16:44 +0000 (01:16 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 16 Jul 2009 13:16:44 +0000 (01:16 +1200)
scripts/update-pot.sh

index f2f38ed678f84f3246d21a6c063021ea97c59ef9..610a69c628710119e00611d5f60a50e535bb5711 100755 (executable)
@@ -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\ \<LL\@li\.org\>/Squid\ Developers\ \<squid-dev\@squid-cache\.org\>/
+#) >manuals.pot
+
+
+# cleanup
+#rm -f manuals.pot.new
+cd ..
+## Done doc/manuals/ Update