diff options
-rw-r--r-- | gettext-runtime/man/ChangeLog | 5 | ||||
-rw-r--r-- | gettext-runtime/man/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gettext-runtime/man/ChangeLog b/gettext-runtime/man/ChangeLog index 24477a1..835b3ad 100644 --- a/gettext-runtime/man/ChangeLog +++ b/gettext-runtime/man/ChangeLog @@ -1,3 +1,8 @@ +2003-11-16 Bruno Haible <bruno@clisp.org> + + * Makefile.am: Let gettext.1.in and ngettext.1.in, not gettext.1 and + ngettext.1, depend on help2man and version.sh. + 2003-11-13 Bruno Haible <bruno@clisp.org> * Makefile.am (docdir): Use the value from the configure script. diff --git a/gettext-runtime/man/Makefile.am b/gettext-runtime/man/Makefile.am index 13f8b42..ef235b9 100644 --- a/gettext-runtime/man/Makefile.am +++ b/gettext-runtime/man/Makefile.am @@ -98,7 +98,7 @@ envsubst.1: envsubst.x $(SHELL) x-to-1 "$(PERL)" "$(HELP2MAN)" ../src/envsubst$(EXEEXT) $(srcdir)/envsubst.x envsubst.1 # Depend on version.sh to get version number changes. -$(man_MAN1): help2man $(top_srcdir)/../version.sh +$(man_MAN1IN) $(man_MAN1OTHER): help2man $(top_srcdir)/../version.sh gettext.3: gettext.3.in $(top_srcdir)/../version.sh sed -e 's/@''VERSION''@/@VERSION@/g' < $(srcdir)/gettext.3.in > t-$@ |