]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Assume automake-1.8.
authorBruno Haible <bruno@clisp.org>
Sat, 27 Dec 2003 15:19:26 +0000 (15:19 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:32 +0000 (12:11 +0200)
26 files changed:
ChangeLog
Makefile.am
autoconf-lib-link/ChangeLog
autoconf-lib-link/Makefile.am
autoconf-lib-link/tests/Makefile.am
autogen.sh
gettext-runtime/ChangeLog
gettext-runtime/Makefile.am
gettext-runtime/doc/ChangeLog
gettext-runtime/doc/Makefile.am
gettext-runtime/libasprintf/ChangeLog
gettext-runtime/libasprintf/Makefile.am
gettext-runtime/man/ChangeLog
gettext-runtime/man/Makefile.am
gettext-tools/ChangeLog
gettext-tools/Makefile.am
gettext-tools/doc/ChangeLog
gettext-tools/doc/Makefile.am
gettext-tools/lib/ChangeLog
gettext-tools/lib/Makefile.am
gettext-tools/man/ChangeLog
gettext-tools/man/Makefile.am
gettext-tools/src/ChangeLog
gettext-tools/src/Makefile.am
gettext-tools/tests/ChangeLog
gettext-tools/tests/Makefile.am

index 537445c0e4d2ca9e17106bc4063b05fab40abd96..391364086c2b40f625b813642e8c356b7eb396e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-12  Bruno Haible  <bruno@clisp.org>
+
+       Assume automake-1.8.
+       * Makefile.am (html): Remove rule.
+
 2003-11-30  Bruno Haible  <bruno@clisp.org>
 
        * config/install-reloc: Compile also the allocsa.c file.
index 7c89f20dc28e03c78ed1c1a4eadb2a26db1ac1db..9486975c273c9f0453affbf19c1e9016558b1d65 100644 (file)
@@ -57,9 +57,3 @@ EXTRA_DIST += README.vms Makefile.vms \
 
 EXTRA_DIST += README.woe32 Makefile.msvc
 EXTRA_DIST += README.mingw
-
-
-# Documentation tag not known to automake.
-
-html:
-       cd gettext-tools && $(MAKE) html
index 1ecea8b3db078944db10321329949884a600947e..8908130eca8265dfc45ab410df2e176beb794458 100644 (file)
@@ -1,3 +1,10 @@
+2003-12-12  Bruno Haible  <bruno@clisp.org>
+
+       Assume automake-1.8.
+       * Makefile.am (html): Remove rule.
+       (distclean-local): Renamed from distclean-am.
+       * tests/Makefile.am (distclean-local): Renamed from distclean-am.
+
 2003-12-17  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.13.1 released.
index 3844f47cbad24c8eb23aaaa2106f8a656ad5341b..4463794d8982d3201db212e6c9d3f9294efa1aee 100644 (file)
@@ -74,15 +74,10 @@ config/config.rpath: $(srcdir)/config.rpath config-dir
 
 DISTCLEANFILES += config/config.guess config/config.sub config/install-sh config/ltmain.sh config/mkinstalldirs config/missing config/config.rpath
 
-distclean-am:
+distclean-local:
        rm -rf config config-dir
 
 
-# Documentation tag not known to automake.
-
-html:
-
-
 # Subdirectories with separate autoconfiguration.
 
 CONFIGURES_RPATHX = $(srcdir)/tests/rpathx/Makefile.in $(srcdir)/tests/rpathx/aclocal.m4 $(srcdir)/tests/rpathx/configure
index 3424f61b2fa1d9809818d84be6c8042d35081a6b..4eeded3738d48fc80574abeae40b0299e0754410 100644 (file)
@@ -75,5 +75,5 @@ rpathcfg: rpathcfg.sh
 MOSTLYCLEANFILES += rpathcfg rpathcfg.log
 
 # Clean up the intermediate directory created by running the tests.
-distclean-am:
+distclean-local:
        rm -rf tstdir
index d6dde4d068426c21959f8497769d29a6627c1fcf..4cbb77a561bbefe636a9b731a352118a370d1491 100755 (executable)
@@ -1,4 +1,4 @@
-# This script requires autoconf-2.58..2.59 and automake-1.7.3..1.7.9 in the PATH.
+# This script requires autoconf-2.58..2.59 and automake-1.8 in the PATH.
 
 aclocal
 autoconf
index f9cb83e4710af54c43c7bc9e9910f8efa5e91cca..28a926be397bd9c4f61e95627b42e5991ee82b32 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-12  Bruno Haible  <bruno@clisp.org>
+
+       Assume automake-1.8.
+       * Makefile.am (html): Remove rule.
+
 2003-11-30  Bruno Haible  <bruno@clisp.org>
 
        * configure.ac: Invoke gl_ALLOCSA instead of gl_FUNC_ALLOCA.
index 174726cb6df566e7e10544a1c874f21a83b75a47..5bdbddc4723628cdbc32f49e023133cf6345e0d3 100644 (file)
@@ -34,12 +34,6 @@ gettextsrcdir = $(datadir)/gettext
 gettextsrc_DATA = ABOUT-NLS
 
 
-# Documentation tag not known to automake.
-
-html:
-       cd doc && $(MAKE) html
-
-
 all-local: ABOUT-NLS
 
 ABOUT-NLS: $(srcdir)/doc/nls.texi $(srcdir)/doc/matrix.texi
index 6b7e6178e52bbc703b4da31cd8e92e2b42101074..877d589a421d8582736ab45dd99945002b6be384 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-12  Bruno Haible  <bruno@clisp.org>
+
+       Assume automake-1.8.
+       * Makefile.am (html): Remove rule.
+
 2003-12-17  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.13.1 released.
index 111050aa519ca48808f0ba5b388d95316be16441..0f3400ea0efb9fd076835d33a8c8f1a3762c1a84 100644 (file)
@@ -25,11 +25,6 @@ EXTRA_DIST += nls.texi matrix.texi
 EXTRA_DIST += rt-gettext.texi rt-ngettext.texi rt-envsubst.texi
 
 
-# Documentation tag not known to automake.
-
-html:
-
-
 # VMS support.
 
 EXTRA_DIST += Makefile.vms
index 2770190b0aeb8ac6a56c29d780490db911f01844..b14eb194d72e43f7559459269b36e8d4b7fdb5d4 100644 (file)
@@ -1,3 +1,11 @@
+2003-12-12  Bruno Haible  <bruno@clisp.org>
+
+       Assume automake-1.8.
+       * Makefile.am (clean-local): Renamed from clean-am.
+       (html-local): Renamed from html.
+       (ps, pdf, .texi.pdf): Remove rules.
+       (TEXI2PDF): Remove variable.
+
 2003-12-17  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.13.1 released.
index f8986f93766c788d20b2517ecd548a35f47dfe5a..d50ed2496b527ff22b4807695f8bf88dd16a96a6 100644 (file)
@@ -70,7 +70,7 @@ MOSTLYCLEANFILES += alloca.h
 
 
 # Clean up after Solaris cc.
-clean-am:
+clean-local:
        rm -rf SunWS_cache
 
 
@@ -92,7 +92,7 @@ info_TEXINFOS = autosprintf.texi
 #   make autosprintf.ps
 #   make autosprintf.pdf
 
-all-local: html
+all-local: html-local
 install-data-local: install-html
 installdirs-local: installdirs-html
 uninstall-local: uninstall-html
@@ -123,8 +123,6 @@ MOSTLYCLEANFILES +=
 #DVIPS = @DVIPS@
 DVIPS = @DVIPS@ -D600
 
-ps: autosprintf.ps
-
 autosprintf.ps: autosprintf.dvi
        $(DVIPS) -o $@ `if test -f autosprintf.dvi; then echo autosprintf.dvi; else echo $(srcdir)/autosprintf.dvi; fi`
 
@@ -141,15 +139,8 @@ uninstall-ps:
 
 # Documentation in Portable Document Format.
 
-TEXI2PDF = @TEXI2PDF@
 SUFFIXES = .pdf
 
-pdf: autosprintf.pdf
-
-.texi.pdf:
-       TEXINPUTS=.:$$TEXINPUTS \
-         MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2PDF) $<
-
 install-pdf: autosprintf.pdf
        $(mkinstalldirs) $(DESTDIR)$(pdfdir)
        $(INSTALL_DATA) `if test -f autosprintf.pdf; then echo .; else echo $(srcdir); fi`/autosprintf.pdf $(DESTDIR)$(pdfdir)/autosprintf.pdf
@@ -165,7 +156,7 @@ uninstall-pdf:
 
 TEXI2HTML = @PERL@ $(srcdir)/texi2html
 
-html: autosprintf.html
+html-local: autosprintf.html
 
 # Override of automake's definition.
 # We want to use texi2html, not makeinfo --html.
index 858d26cc087efc8d2404ef92615c9bb53332b54e..beeb5db44df21cd2ec6c236d381cac47bdc69084 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-12  Bruno Haible  <bruno@clisp.org>
+
+       Assume automake-1.8.
+       * Makefile.am (html-local): Renamed from html.
+
 2003-12-17  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.13.1 released.
index e8ca9ee5771b61a68a25523451e414aacccde75e..ad649fc8c769c190e05c58b9bd9a2d95396db9c3 100644 (file)
@@ -71,7 +71,7 @@ MAN2HTML = groff -mandoc -Thtml
 #   make man
 #   make html
 
-all-local: html
+all-local: html-local
 install-data-local: install-html
 installdirs-local: installdirs-html
 uninstall-local: uninstall-html
@@ -128,7 +128,7 @@ bind_textdomain_codeset.3: bind_textdomain_codeset.3.in $(top_srcdir)/../version
 
 # Man pages in HTML format.
 
-html: $(man_HTML)
+html-local: $(man_HTML)
 
 gettext.1.html: gettext.1.html.in Makefile
        sed -e 's|@''localedir''@|$(localedir)|g' < `if test -f gettext.1.html.in; then echo .; else echo $(srcdir); fi`/gettext.1.html.in > t-$@
index df6e7b1569b855485c2e9ef59d55d3cac231265a..838b2bde2d71787e986419e936e6211b49e2dda0 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-12  Bruno Haible  <bruno@clisp.org>
+
+       Assume automake-1.8.
+       * Makefile.am (html): Remove rule.
+
 2003-11-30  Bruno Haible  <bruno@clisp.org>
 
        * configure.ac: Remove computation of LTALLOCA.
index df2d0c8ac62b0bf8ef0c3009cc361ddd5a72c471..16b344904b46b809db807aeb2e389775a986eb2a 100644 (file)
@@ -38,12 +38,6 @@ $(srcdir)/ABOUT-NLS: $(srcdir)/../gettext-runtime/ABOUT-NLS
        cp $(srcdir)/../gettext-runtime/ABOUT-NLS $(srcdir)/ABOUT-NLS
 
 
-# Documentation tag not known to automake.
-
-html:
-       cd doc && $(MAKE) html
-
-
 # VMS support.
 
 config.h_vms: config.h.in ../version.sh
index e6b03b9fc4a7742135f9e13ef5cc56a5ac1be9cc..1d188c54c5f32408265a4731a1c2aa793d459478 100644 (file)
@@ -1,3 +1,10 @@
+2003-12-12  Bruno Haible  <bruno@clisp.org>
+
+       Assume automake-1.8.
+       * Makefile.am (stamp-vti): Is in $(srcdir).
+       (html-local): Renamed from html.
+       (ps, pdf, .texi.pdf): Remove rules.
+
 2003-12-17  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.13.1 released.
index c8cfd1bb7ca9169d8b14f25ebd3d434eadc49929..0c1b5933b02b6f49e8b5819f0b2c0eb3c4022645 100644 (file)
@@ -62,7 +62,7 @@ iso-3166.texi: ISO_3166 iso-3166.sed
 # The dependencies of stamp-vti generated by automake are incomplete.
 # So we have to duplicate the entire rule which would otherwise be generated
 # by automake.
-stamp-vti: $(info_TEXINFOS) $(gettext_TEXINFOS) $(top_srcdir)/../version.sh
+$(srcdir)/stamp-vti: $(info_TEXINFOS) $(gettext_TEXINFOS) $(top_srcdir)/../version.sh
        (dir=.; test -f ./gettext.texi || dir=$(srcdir); \
        set `$(SHELL) $(top_srcdir)/../config/mdate-sh $$dir/gettext.texi`; \
        echo "@set UPDATED $$1 $$2 $$3"; \
@@ -81,14 +81,14 @@ stamp-vti: $(info_TEXINFOS) $(gettext_TEXINFOS) $(top_srcdir)/../version.sh
 #   make gettext.pdf
 #   make gettext.html
 
-all-local: html
+all-local: html-local
 install-data-local: install-html
 installdirs-local: installdirs-html
 uninstall-local: uninstall-html
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: dist-html
 
-html: html-split
+html-local: html-split
 install-html: install-html-split
 uninstall-html: uninstall-html-split
 dist-html: dist-html-split
@@ -134,8 +134,6 @@ MOSTLYCLEANFILES += \
 #DVIPS = @DVIPS@
 DVIPS = @DVIPS@ -D600
 
-ps: gettext.ps
-
 gettext.ps: gettext.dvi
        $(DVIPS) -o $@ `if test -f gettext.dvi; then echo gettext.dvi; else echo $(srcdir)/gettext.dvi; fi`
 
@@ -157,12 +155,6 @@ uninstall-ps:
 TEXI2PDF = @TEXI2PDF@ $(TEXINCLUDES)
 SUFFIXES = .pdf
 
-pdf: gettext.pdf
-
-.texi.pdf:
-       TEXINPUTS=.:$$TEXINPUTS \
-         MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2PDF) $<
-
 install-pdf: gettext.pdf
        $(mkinstalldirs) $(DESTDIR)$(pdfdir)
        $(INSTALL_DATA) `if test -f gettext.pdf; then echo .; else echo $(srcdir); fi`/gettext.pdf $(DESTDIR)$(pdfdir)/gettext.pdf
index 4fd455e38850c60f892d972be10dae227edacd5c..8490419914bd43d1cd6e286164e8312a1588394a 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-12  Bruno Haible  <bruno@clisp.org>
+
+       Assume automake-1.8.
+       * Makefile.am (install-exec-local): Renamed from install-exec-am.
+
 2003-11-30  Bruno Haible  <bruno@clisp.org>
 
        * alloca.c: Remove file.
index a1934b129cc2e6eb1b347e26dd7955eaf18a2a50..1685caf707591c6da5cb1b558b17dfc53b534ac5 100644 (file)
@@ -117,7 +117,7 @@ libgettextlib_la_LDFLAGS = \
   @LTLIBINTL@ @LTLIBICONV@ -lc -no-undefined
 
 # No need to install libgettextlib.a.
-install-exec-am: install-exec-clean
+install-exec-local: install-libLTLIBRARIES install-exec-clean
 install-exec-clean:
        $(RM) $(DESTDIR)$(libdir)/libgettextlib.a
 
index 1fe9b065cc8d53926a72322b304c55449e875ac9..8799b2d9e539a4e3e7eba4f71f00ed01498a5cdc 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-12  Bruno Haible  <bruno@clisp.org>
+
+       Assume automake-1.8.
+       * Makefile.am (html-local): Renamed from html.
+
 2003-12-17  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.13.1 released.
index 47968cce649911830a6744620b456d64180060f2..7c182de7ac18e51cc833c6497ba04874db3c66eb 100644 (file)
@@ -68,7 +68,7 @@ MAN2HTML = groff -mandoc -Thtml
 #   make man
 #   make html
 
-all-local: html
+all-local: html-local
 install-data-local: install-html
 installdirs-local: installdirs-html
 uninstall-local: uninstall-html
@@ -130,7 +130,7 @@ update-man1:
 
 # Man pages in HTML format.
 
-html: $(man_HTML)
+html-local: $(man_HTML)
 
 msgcmp.1.html: msgcmp.1
        $(MAN2HTML) `if test -f msgcmp.1; then echo .; else echo $(srcdir); fi`/msgcmp.1 | sed -e '/CreationDate:/d' > t-$@
index 598cba856ecfe10a00ea72d2a8ca9fd22537394b..41f3922592f4eec9a29ada4ee7af719d7527c021 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-12  Bruno Haible  <bruno@clisp.org>
+
+       Assume automake-1.8.
+       * Makefile.am (install-exec-local): Renamed from install-exec-am.
+
 2003-11-30  Bruno Haible  <bruno@clisp.org>
 
        * format-java.c: Include xallocsa.h.
index 0737e27614a36ffd90ad675043834c925055e50c..5731ac497b2286ec8ecbdc43dc93eb6e771fec36 100644 (file)
@@ -146,7 +146,7 @@ libgettextsrc_la_LDFLAGS = \
   ../lib/libgettextlib.la @LTLIBINTL@ @LTLIBICONV@ -lc -no-undefined
 
 # No need to install libgettextsrc.a.
-install-exec-am: install-exec-clean
+install-exec-local: install-libLTLIBRARIES install-exec-clean
 install-exec-clean:
        $(RM) $(DESTDIR)$(libdir)/libgettextsrc.a
 
index 90e2a2e652fbda2cc7db7a8fe8e4bb8bb6dc2c14..3d4e1e335ee89383023db9cd916ae214ffafdcd5 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-12  Bruno Haible  <bruno@clisp.org>
+
+       Assume automake-1.8.
+       * Makefile.am (clean-local): Renamed from clean-am.
+
 2003-12-17  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.13.1 released.
index 20762702bb2a611aaa532b51a2eeba8b3e94f22e..ba134821b57e5955e912e817d209d781ca27c4f0 100644 (file)
@@ -171,7 +171,7 @@ fc4_SOURCES = format-c-4-prg.c setlocale.c
 fc4_LDADD = ../lib/libgettextlib.la $(LDADD)
 
 # Clean up after Solaris cc.
-clean-am:
+clean-local:
        rm -rf SunWS_cache