summaryrefslogtreecommitdiff
path: root/create-man-pot.sh
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2018-04-11 00:00:00 -0500
committerCraig Small <csmall@enc.com.au>2018-05-06 07:19:38 +1000
commitd1e2373c3c8c236bf45ec0d87dbd0845b40124c3 (patch)
tree5b3575eac7f2799a68215c55f63973d5c79ca6bf /create-man-pot.sh
parent1f27f3fb617ed537bc580ae752a2222b840b5836 (diff)
downloadprocps-ng-d1e2373c3c8c236bf45ec0d87dbd0845b40124c3.tar.gz
misc: Update translations _________________ (catch up)
--------------- Original Master Branch Commit Message: po4a is awful, basically. Signed-off-by: Jim Warner <james.warner@comcast.net>
Diffstat (limited to 'create-man-pot.sh')
-rwxr-xr-xcreate-man-pot.sh4
1 files changed, 3 insertions, 1 deletions
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