]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add man pages for gettextize and autopoint.
authorBruno Haible <bruno@clisp.org>
Mon, 6 May 2002 11:02:27 +0000 (11:02 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:07:57 +0000 (12:07 +0200)
ChangeLog
Makefile.am
man/ChangeLog
man/Makefile.am
man/autopoint.x [new file with mode: 0644]
man/gettextize.x [new file with mode: 0644]

index 0198e38fec047b5b896803b9c1607973f3b0f19c..ea56bdc64078aaa39554f3ed4e85a20e42338240 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-03  Bruno Haible  <bruno@clisp.org>
+
+       * 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  <bruno@clisp.org>
 
        * configure.in (AC_OUTPUT): Add misc/autopoint. Make misc/autopoint
index 1d7024fb2e7e46cab8095536464cf045b462bbbf..82a4446c44c238b80fbb592150ab2c686b19955b 100644 (file)
@@ -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 \
index 17a5586bad332aaa3df9f7515efca9cd09dd3e73..904eacb842e38faeb24739d0e4608eaf703eb01d 100644 (file)
@@ -1,3 +1,12 @@
+2002-05-03  Bruno Haible  <bruno@clisp.org>
+
+       * 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  <bruno@clisp.org>
 
        * gettext-0.11.2 released.
index 0fe1e5485caeb80b0b3a1d5f7e165b89c4d48393..0bd497e7774b694b4a9a88de905e550b52258ba7 100644 (file)
@@ -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 (file)
index 0000000..4f7a114
--- /dev/null
@@ -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 (file)
index 0000000..6dfddf5
--- /dev/null
@@ -0,0 +1,4 @@
+[NAME]
+gettextize \- install or upgrade gettext infrastructure
+[DESCRIPTION]
+.\" Add any additional description here