From: Bruno Haible Date: Mon, 24 Feb 2003 10:39:44 +0000 (+0000) Subject: Remove rules that are now generated by automake-1.7.2. X-Git-Tag: v0.12~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=095740303a5ec9225fd797195a53b88451b2f506;p=thirdparty%2Fgettext.git Remove rules that are now generated by automake-1.7.2. --- diff --git a/ChangeLog b/ChangeLog index cd895f6d2..03167ef94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -2003-02-18 Bruno Haible +2003-02-22 Bruno Haible + + * Makefile.am (ps, pdf): Remove rules, redundant with automake 1.7.2. + +2003-02-18 Bruno Haible Fix the 2002-09-16 fix. * ltmain.sh (install): If "ln -s -f" fails (this is the case with diff --git a/Makefile.am b/Makefile.am index 952063cfe..ba0f44f10 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,13 +42,7 @@ EXTRA_DIST += djgpp/COPYING.DJ djgpp/Makefile.maint djgpp/README.DJ \ EXTRA_DIST += os2/README.OS2 os2/Makefile os2/backward.def os2/configure.awk -# Documentation tags not known to automake. - -ps: - cd gettext-tools && $(MAKE) ps - -pdf: - cd gettext-tools && $(MAKE) pdf +# Documentation tag not known to automake. html: cd gettext-tools && $(MAKE) html diff --git a/autoconf-lib-link/ChangeLog b/autoconf-lib-link/ChangeLog index 4e2c8ec96..d5cd0cbd6 100644 --- a/autoconf-lib-link/ChangeLog +++ b/autoconf-lib-link/ChangeLog @@ -1,3 +1,7 @@ +2003-02-22 Bruno Haible + + * Makefile.am (ps, pdf): Remove rules, redundant with automake 1.7.2. + 2003-02-12 Bruno Haible Extracted from gettext package. diff --git a/autoconf-lib-link/Makefile.am b/autoconf-lib-link/Makefile.am index a591aab45..49434bce4 100644 --- a/autoconf-lib-link/Makefile.am +++ b/autoconf-lib-link/Makefile.am @@ -81,11 +81,7 @@ distclean-am: rm -rf config -# Documentation tags not known to automake. - -ps: - -pdf: +# Documentation tag not known to automake. html: diff --git a/gettext-runtime/ChangeLog b/gettext-runtime/ChangeLog index fe4f5d13d..a28ea74ec 100644 --- a/gettext-runtime/ChangeLog +++ b/gettext-runtime/ChangeLog @@ -1,3 +1,7 @@ +2003-02-22 Bruno Haible + + * Makefile.am (ps, pdf): Remove rules, redundant with automake 1.7.2. + 2003-02-18 Bruno Haible * Makefile.am: Install ABOUT-NLS in $(datadir)/gettext. diff --git a/gettext-runtime/Makefile.am b/gettext-runtime/Makefile.am index 28d25f447..bc0b20ab4 100644 --- a/gettext-runtime/Makefile.am +++ b/gettext-runtime/Makefile.am @@ -34,13 +34,7 @@ gettextsrcdir = $(datadir)/gettext gettextsrc_DATA = ABOUT-NLS -# Documentation tags not known to automake. - -ps: - cd doc && $(MAKE) ps - -pdf: - cd doc && $(MAKE) pdf +# Documentation tag not known to automake. html: cd doc && $(MAKE) html diff --git a/gettext-runtime/doc/ChangeLog b/gettext-runtime/doc/ChangeLog index a936e9b27..dcd3859e9 100644 --- a/gettext-runtime/doc/ChangeLog +++ b/gettext-runtime/doc/ChangeLog @@ -1,3 +1,7 @@ +2003-02-22 Bruno Haible + + * Makefile.am (ps, pdf): Remove rules, redundant with automake 1.7.2. + 2003-02-20 Jim Meyering * nls.texi: Fix grammo. diff --git a/gettext-runtime/doc/Makefile.am b/gettext-runtime/doc/Makefile.am index e558e1672..1f411e368 100644 --- a/gettext-runtime/doc/Makefile.am +++ b/gettext-runtime/doc/Makefile.am @@ -22,10 +22,6 @@ AUTOMAKE_OPTIONS = 1.2 gnits EXTRA_DIST = nls.texi matrix.texi -# Documentation tags not known to automake. - -ps: - -pdf: +# Documentation tag not known to automake. html: diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 43096720f..4976bdcbe 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,7 @@ +2003-02-22 Bruno Haible + + * Makefile.am (ps, pdf): Remove rules, redundant with automake 1.7.2. + 2003-02-18 Bruno Haible * Makefile.am: Don't install ABOUT-NLS in $(datadir)/gettext. This is diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index fd030290e..5c05af4f4 100644 --- a/gettext-tools/Makefile.am +++ b/gettext-tools/Makefile.am @@ -38,13 +38,7 @@ $(srcdir)/ABOUT-NLS: $(srcdir)/../gettext-runtime/ABOUT-NLS cp $(srcdir)/../gettext-runtime/ABOUT-NLS $(srcdir)/ABOUT-NLS -# Documentation tags not known to automake. - -ps: - cd doc && $(MAKE) ps - -pdf: - cd doc && $(MAKE) pdf +# Documentation tag not known to automake. html: cd doc && $(MAKE) html