* Mark up *.8 and *.1 for po4a garbage strings elimination
* Polishes existing *.8 and *.1 to standard texts
* Moves squid.8.in to src/ next to its binary
* Updated manuals.pot and current .po
* Adds en_AU.po from Rosetta Project
# Build the po4a.conf
cat doc/po4a.cnf >po4a.conf
--for f in `ls -1 helpers/*/*/*.8 doc/*.8.in tools/*.1 tools/*.8.in` ; do
++for f in `ls -1 helpers/*/*/*.8 src/*.8.in tools/*.1 tools/*.8.in` ; do
echo "" >>po4a.conf
manp=`basename ${f}`
echo "[type: man] ${f} \$lang:doc/manuals/\$lang/${manp}" >>po4a.conf