From: Bruno Haible Date: Wed, 16 Oct 2002 12:46:29 +0000 (+0000) Subject: Compatibility with automake-1.7. X-Git-Tag: v0.12~1266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52cb50b88131546394eb403bb82e8895583c7cfd;p=thirdparty%2Fgettext.git Compatibility with automake-1.7. --- diff --git a/NEWS b/NEWS index 156951c8d..b75b083c5 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ -Version 0.11.6 - September 2002 +Version 0.11.6 - October 2002 * xgettext now also supports Smalltalk and PHP. + +* Compatibility with automake-1.7. Version 0.11.5 - August 2002 diff --git a/intl/ChangeLog b/intl/ChangeLog index ca9026d3d..ad43cb859 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,9 @@ +2002-10-16 Bruno Haible + + * Makefile.in (ps, pdf, html, ctags): New targets, for automake-1.7 + compatibility. + (CTAGS): New rule. + 2002-09-18 Bruno Haible * libgnuintl.h (_INTL_REDIRECT_ASM): Don't define when using Apple cc. diff --git a/intl/Makefile.in b/intl/Makefile.in index 0486dc93a..737dc9422 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -273,7 +273,7 @@ uninstall: : ; \ fi -info dvi: +info dvi ps pdf html: $(OBJECTS): ../config.h libgnuintl.h bindtextdom.$lo dcgettext.$lo dcigettext.$lo dcngettext.$lo dgettext.$lo dngettext.$lo finddomain.$lo gettext.$lo intl-compat.$lo loadmsgcat.$lo localealias.$lo ngettext.$lo textdomain.$lo: gettextP.h gmo.h loadinfo.h @@ -287,6 +287,11 @@ tags: TAGS TAGS: $(HEADERS) $(SOURCES) here=`pwd`; cd $(srcdir) && etags -o $$here/TAGS $(HEADERS) $(SOURCES) +ctags: CTAGS + +CTAGS: $(HEADERS) $(SOURCES) + here=`pwd`; cd $(srcdir) && ctags -o $$here/CTAGS $(HEADERS) $(SOURCES) + id: ID ID: $(HEADERS) $(SOURCES) diff --git a/po/ChangeLog b/po/ChangeLog index 5b3a75e6b..88e82084a 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,8 @@ +2002-10-16 Bruno Haible + + * Makefile.in.in (ps, pdf, html, ctags, CTAGS): New targets, for + automake-1.7 compatibility. + 2002-10-03 Bruno Haible Avoid modifying PO files if the POT file is the same except for a diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 165e8966f..a9f4dbc3d 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -256,7 +256,7 @@ uninstall-data-yes: check: all -dvi info tags TAGS ID: +info dvi ps pdf html tags TAGS ctags CTAGS ID: mostlyclean: rm -f remove-potcdate.sed