forked from I2P_Developers/i2p.i2p
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.
12 lines
227 B
Bash
Executable File
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
|