/gettext-tools/man/msgunfmt.1.html
/gettext-tools/man/msguniq.1
/gettext-tools/man/msguniq.1.html
+/gettext-tools/man/po-fetch.1
+/gettext-tools/man/po-fetch.1.html
/gettext-tools/man/recode-sr-latin.1
/gettext-tools/man/recode-sr-latin.1.html
/gettext-tools/man/spit.1
$prefix/share/man/man1/xgettext.1
$prefix/share/man/man1/gettextize.1
$prefix/share/man/man1/autopoint.1
+ $prefix/share/man/man1/po-fetch.1
$prefix/share/man/man1/recode*.1
$prefix/share/man/man1/spit.1
$prefix/share/doc/gettext/msg*.1.html
$prefix/share/doc/gettext/xgettext.1.html
$prefix/share/doc/gettext/gettextize.1.html
$prefix/share/doc/gettext/autopoint.1.html
+ $prefix/share/doc/gettext/po-fetch.1.html
$prefix/share/doc/gettext/recode*.1.html
$prefix/share/doc/gettext/spit.1.html
$prefix/share/doc/gettext/gettext_*.html
msggrep.x msginit.x msgpre.x msguniq.x \
recode-sr-latin.x \
spit.x \
-gettextize.x autopoint.x
+gettextize.x autopoint.x po-fetch.x
# Likewise.
gettextize.1
man_MAN1AUTOTOOLS = \
autopoint.1
-man_MAN1 = $(man_MAN1SRC) $(man_MAN1WIZARD) $(man_MAN1AUTOTOOLS)
+man_MAN1MISC = \
+po-fetch.1
+man_MAN1 = $(man_MAN1SRC) $(man_MAN1WIZARD) $(man_MAN1AUTOTOOLS) $(man_MAN1MISC)
man_MANS = $(man_MAN1)
man_HTML = \
msguniq.1.html \
recode-sr-latin.1.html \
spit.1.html \
-gettextize.1.html autopoint.1.html
+gettextize.1.html autopoint.1.html po-fetch.1.html
-EXTRA_DIST += help2man $(man_aux) $(man_MANS) $(man_HTML)
+EXTRA_DIST += help2man $(man_aux) po-fetch.1.diff $(man_MANS) $(man_HTML)
MAINTAINERCLEANFILES = $(man_MANS) $(man_HTML)
PERL = @PERL@
autopoint.1: autopoint.x ../autotools/autopoint.in
+$(man_MAN1MISC): help2man $(top_srcdir)/../.version
+ progname=`echo $@ | sed -e 's/\.in$$//' -e 's/\.1$$//'`; \
+ IN_HELP2MAN=1 $(SHELL) x-to-1 $(UPDATEMODE) "$(PERL)" "$(HELP2MAN)" \
+ ../misc/$${progname} $(srcdir)/$${progname}.x $@
+ patch $@ < $(srcdir)/po-fetch.1.diff
+
+po-fetch.1: po-fetch.x ../misc/po-fetch.in po-fetch.1.diff
+
# Man pages in HTML format.
spit.1.html: spit.1
gettextize.1.html: gettextize.1
autopoint.1.html: autopoint.1
+po-fetch.1.html: po-fetch.1
install-html-local:
$(MKDIR_P) $(DESTDIR)$(htmldir)
--- /dev/null
+--- po-fetch.1.orig 2025-12-30 23:52:39.868363668 +0100
++++ po-fetch.1 2025-12-31 00:01:17.154943411 +0100
+@@ -4,12 +4,15 @@
+ po\-fetch \- fetches a set of PO files from a translation project's site
+ .SH SYNOPSIS
+ .B po-fetch
+-[\fI\,OPTION\/\fR...] \fI\,TP DOMAIN\/\fR
++[\fI\,OPTION\/\fR...] TP \fI\,DOMAIN\/\fR
++.PP
++.B po-fetch
++[\fI\,OPTION\/\fR...] Weblate \fI\,BASE\-URL\/\fR \fI\,PROJECT\/\fR \fI\,COMPONENT\/\fR
++.PP
++.B po-fetch
++[\fI\,OPTION\/\fR...] git \fI\,BASE\-URL\/\fR \fI\,BRANCH\/\fR \fI\,SUBDIR\/\fR
+ .SH DESCRIPTION
+ .\" Add any additional description here
+-.IP
+-po\-fetch [OPTION...] Weblate BASE\-URL PROJECT COMPONENT
+-po\-fetch [OPTION...] git BASE\-URL BRANCH SUBDIR
+ .PP
+ Fetches a set of PO files, produced by translators, from a translation
+ project's site on the internet, and updates the LINGUAS file accordingly.
--- /dev/null
+[NAME]
+po\-fetch \- fetches a set of PO files from a translation project's site
+[DESCRIPTION]
+.\" Add any additional description here