Compatibility with automake-1.7.

This commit is contained in:
Bruno Haible 2002-10-16 12:46:29 +00:00
parent b581b848cf
commit 52cb50b881
5 changed files with 21 additions and 3 deletions

4
NEWS
View File

@ -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

View File

@ -1,3 +1,9 @@
2002-10-16 Bruno Haible <bruno@clisp.org>
* Makefile.in (ps, pdf, html, ctags): New targets, for automake-1.7
compatibility.
(CTAGS): New rule.
2002-09-18 Bruno Haible <bruno@clisp.org>
* libgnuintl.h (_INTL_REDIRECT_ASM): Don't define when using Apple cc.

View File

@ -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)

View File

@ -1,3 +1,8 @@
2002-10-16 Bruno Haible <bruno@clisp.org>
* Makefile.in.in (ps, pdf, html, ctags, CTAGS): New targets, for
automake-1.7 compatibility.
2002-10-03 Bruno Haible <bruno@clisp.org>
Avoid modifying PO files if the POT file is the same except for a

View File

@ -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