summaryrefslogtreecommitdiff
path: root/create-man-pot.sh
diff options
context:
space:
mode:
authorCraig Small <csmall@dropbear.xyz>2022-08-29 18:07:43 +1000
committerCraig Small <csmall@dropbear.xyz>2022-08-29 18:07:43 +1000
commit8e889ae68214241232ad522c359236ee68417733 (patch)
tree39943fd2fbfbe8d6805184cb159d80c6e18d9408 /create-man-pot.sh
parent5fcf104cba0eada8aca1f871195675f1287b5a80 (diff)
downloadprocps-ng-8e889ae68214241232ad522c359236ee68417733.tar.gz
build-sys: Rearrange the manual pages
All man pages are found in ./man man-po -> po-man References: https://www.freelists.org/post/procps/Next-for-newlib,3 Signed-off-by: Craig Small <csmall@dropbear.xyz>
Diffstat (limited to 'create-man-pot.sh')
-rwxr-xr-xcreate-man-pot.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/create-man-pot.sh b/create-man-pot.sh
index 5b91cf9..e6520c7 100755
--- a/create-man-pot.sh
+++ b/create-man-pot.sh
@@ -5,13 +5,13 @@
SRCDIR=$(dirname ${0})
test -z "${SRCDIR}" && SRCDIR=.
-if [ -d man-po ] ; then
- echo "man-po: directory exists, will be reused"
+if [ -d po-man ] ; then
+ echo "po-man: directory exists, will be reused"
else
- mkdir -p man-po
+ mkdir -p po-man
fi
-PO_FILES="man-po/*.po"
+PO_FILES="po-man/*.po"
po4a-updatepo -f man -m ${SRCDIR}/free.1 \
-m ${SRCDIR}/kill.1 \
@@ -30,13 +30,13 @@ 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 ${PO_FILES}
+ -p po-man/template-man.pot ${PO_FILES}
po4a-updatepo -f man -m ${SRCDIR}/ps/ps.1 \
- -p man-po/template-man-ps.pot
+ -p po-man/template-man-ps.pot
po4a-updatepo -f man -m ${SRCDIR}/top/top.1 \
- -p man-po/template-man-top.pot
+ -p po-man/template-man-top.pot
# Rename the file according to the version of your (pre-release) tarball.
# Send the new file together with a link to the tarball to the TP coordinators: