From: Bruno Haible Date: Sun, 16 Nov 2003 15:31:59 +0000 (+0000) Subject: Fix dependencies. X-Git-Tag: v0.13~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4a2ee688d273173525624b4467b10b0f0995bb7;p=thirdparty%2Fgettext.git Fix dependencies. --- diff --git a/gettext-runtime/man/ChangeLog b/gettext-runtime/man/ChangeLog index 24477a1b3..835b3adc8 100644 --- a/gettext-runtime/man/ChangeLog +++ b/gettext-runtime/man/ChangeLog @@ -1,3 +1,8 @@ +2003-11-16 Bruno Haible + + * 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 * 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 13f8b42ee..ef235b999 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-$@