Files
i2p.i2p/installer/resources/poupdate-man.sh
zzz 1f228a3f85 Build: Rename translated man pages to be compatible
with dh_installman for debian.
Add i2prouter-nowrapper man page.
Misc. man page fixups (man man-pages for the standard)
No ant targets or deb packaging yet.
2017-01-27 19:15:32 +00:00

12 lines
227 B
Bash
Executable File

#!/bin/sh
#
# can't get po4a to do this
#
for i in eepget i2prouter i2prouter-nowrapper
do
for j in es zh
do
po4a-translate -f man -m man/$i.1 -p locale-man/man_$j.po -l man/$i.$j.1 -L UTF-8 -M UTF-8 -k 10 -v -d
done
done