From: Bruno Haible Date: Mon, 6 May 2002 11:02:27 +0000 (+0000) Subject: Add man pages for gettextize and autopoint. X-Git-Tag: v0.11.3~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0848905bdad864cb3a471a830905fcbb224d2be;p=thirdparty%2Fgettext.git Add man pages for gettextize and autopoint. --- diff --git a/ChangeLog b/ChangeLog index 0198e38fe..ea56bdc64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-05-03 Bruno Haible + + * Makefile.am (SUBDIRS): Move man and m4 after projects and misc. + 'man' must be after 'misc' because 'misc' contains some programs. + 2002-05-01 Bruno Haible * configure.in (AC_OUTPUT): Add misc/autopoint. Make misc/autopoint diff --git a/Makefile.am b/Makefile.am index 1d7024fb2..82a4446c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ gettextsrcdir = $(datadir)/gettext gettextsrc_DATA = ABOUT-NLS gettextsrc_SCRIPTS = config.rpath mkinstalldirs -SUBDIRS = doc intl intl-java lib libuniname src po man m4 projects misc tests +SUBDIRS = doc intl intl-java lib libuniname src po projects misc man m4 tests EXTRA_DIST = config.rpath BUGS DISCLAIM PACKAGING README.gemtext \ djgpp/COPYING.DJ djgpp/Makefile.maint djgpp/README.DJ \ diff --git a/man/ChangeLog b/man/ChangeLog index 17a5586ba..904eacb84 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,12 @@ +2002-05-03 Bruno Haible + + * gettextize.x: New file. + * autopoint.x: New file. + * Makefile.am (man_aux): Add gettextize.x, autopoint.x. + (man_HTMLOTHER): Add gettextize.1.html, autopoint.1.html. + (gettextize.1, autopoint.1): New rules. + (gettextize.1.html, autopoint.1.html): New rules. + 2002-04-24 Bruno Haible * gettext-0.11.2 released. diff --git a/man/Makefile.am b/man/Makefile.am index 0fe1e5485..0bd497e77 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the man subdirectory of the GNU NLS Utilities -## Copyright (C) 2001 Free Software Foundation, Inc. +## Copyright (C) 2001-2002 Free Software Foundation, Inc. ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -26,11 +26,13 @@ localedir = $(datadir)/locale AUTOMAKE_OPTIONS = 1.2 gnits -# A manual page for each of the bin_PROGRAMS in src/Makefile.am. +# A manual page for each of the bin_PROGRAMS in src/Makefile.am +# and for each of the bin_SCRIPTS in misc/Makefile.am. man_aux = gettext.x ngettext.x \ msgcmp.x msgfmt.x msgmerge.x msgunfmt.x xgettext.x \ -msgattrib.x msgcat.x msgcomm.x msgconv.x msgen.x msgexec.x msgfilter.x msggrep.x msginit.x msguniq.x +msgattrib.x msgcat.x msgcomm.x msgconv.x msgen.x msgexec.x msgfilter.x msggrep.x msginit.x msguniq.x \ +gettextize.x autopoint.x # Likewise, plus additional manual pages for the libintl functions. @@ -52,6 +54,7 @@ man_HTMLIN = gettext.1.html.in ngettext.1.html.in man_HTMLOTHER = \ msgcmp.1.html msgfmt.1.html msgmerge.1.html msgunfmt.1.html xgettext.1.html \ msgattrib.1.html msgcat.1.html msgcomm.1.html msgconv.1.html msgen.1.html msgexec.1.html msgfilter.1.html msggrep.1.html msginit.1.html msguniq.1.html \ +gettextize.1.html autopoint.1.html \ gettext.3.html ngettext.3.html \ textdomain.3.html bindtextdomain.3.html bind_textdomain_codeset.3.html man_HTML = $(man_HTMLGEN) $(man_HTMLOTHER) @@ -129,6 +132,11 @@ msginit.1: msginit.x msguniq.1: msguniq.x $(SHELL) x-to-1 "$(PERL)" "$(HELP2MAN)" ../src/msguniq$(EXEEXT) $(srcdir)/msguniq.x msguniq.1 +gettextize.1: gettextize.x + $(SHELL) x-to-1 "$(PERL)" "$(HELP2MAN)" ../misc/gettextize $(srcdir)/gettextize.x gettextize.1 +autopoint.1: autopoint.x + $(SHELL) x-to-1 "$(PERL)" "$(HELP2MAN)" ../misc/autopoint $(srcdir)/autopoint.x autopoint.1 + # Depend on configure.in to get version number changes. $(man_MAN1): help2man $(top_srcdir)/configure.in @@ -212,6 +220,12 @@ msginit.1.html: msginit.1 msguniq.1.html: msguniq.1 $(MAN2HTML) `if test -f msguniq.1; then echo .; else echo $(srcdir); fi`/msguniq.1 | sed -e '/CreationDate:/d' > t-$@ mv t-$@ $@ +gettextize.1.html: gettextize.1 + $(MAN2HTML) `if test -f gettextize.1; then echo .; else echo $(srcdir); fi`/gettextize.1 | sed -e '/CreationDate:/d' > t-$@ + mv t-$@ $@ +autopoint.1.html: autopoint.1 + $(MAN2HTML) `if test -f autopoint.1; then echo .; else echo $(srcdir); fi`/autopoint.1 | sed -e '/CreationDate:/d' > t-$@ + mv t-$@ $@ gettext.3.html: gettext.3.in $(MAN2HTML) $(srcdir)/gettext.3.in | sed -e '/CreationDate:/d' > t-$@ mv t-$@ $@ diff --git a/man/autopoint.x b/man/autopoint.x new file mode 100644 index 000000000..4f7a11408 --- /dev/null +++ b/man/autopoint.x @@ -0,0 +1,4 @@ +[NAME] +autopoint \- copies standard gettext infrastructure +[DESCRIPTION] +.\" Add any additional description here diff --git a/man/gettextize.x b/man/gettextize.x new file mode 100644 index 000000000..6dfddf5bf --- /dev/null +++ b/man/gettextize.x @@ -0,0 +1,4 @@ +[NAME] +gettextize \- install or upgrade gettext infrastructure +[DESCRIPTION] +.\" Add any additional description here