From d1e2373c3c8c236bf45ec0d87dbd0845b40124c3 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Wed, 11 Apr 2018 00:00:00 -0500 Subject: misc: Update translations _________________ (catch up) --------------- Original Master Branch Commit Message: po4a is awful, basically. Signed-off-by: Jim Warner --- create-man-pot.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'create-man-pot.sh') diff --git a/create-man-pot.sh b/create-man-pot.sh index bc2a201..5b91cf9 100755 --- a/create-man-pot.sh +++ b/create-man-pot.sh @@ -11,6 +11,8 @@ if [ -d man-po ] ; then mkdir -p man-po fi +PO_FILES="man-po/*.po" + po4a-updatepo -f man -m ${SRCDIR}/free.1 \ -m ${SRCDIR}/kill.1 \ -m ${SRCDIR}/pgrep.1 \ @@ -28,7 +30,7 @@ po4a-updatepo -f man -m ${SRCDIR}/free.1 \ -m ${SRCDIR}/vmstat.8 \ -m ${SRCDIR}/w.1 \ -m ${SRCDIR}/watch.1 \ - -p man-po/template-man.pot + -p man-po/template-man.pot ${PO_FILES} po4a-updatepo -f man -m ${SRCDIR}/ps/ps.1 \ -p man-po/template-man-ps.pot -- cgit v1.2.1