From 5b8698651a839fd3b42ee73ae862645cabeb1546 Mon Sep 17 00:00:00 2001 From: carlos Date: Wed, 24 May 2006 01:30:43 +0000 Subject: [PATCH] 2005-05-23 Carlos O'Donell * Makefile.in: Add info dvi ps pdf html install-html to .PHONY Add install-html target. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114034 138bc75d-0d04-0410-961f-82ee72b054a4 --- intl/ChangeLog | 5 +++++ intl/Makefile.in | 3 +++ 2 files changed, 8 insertions(+) diff --git a/intl/ChangeLog b/intl/ChangeLog index 8ccdb81c599..5a21c35b917 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,8 @@ +2005-05-23 Carlos O'Donell + + * Makefile.in: Add info dvi ps pdf html install-html to .PHONY + Add install-html target. + 2005-05-13 Nick Clifton * Update the address and phone number of the FSF organization in diff --git a/intl/Makefile.in b/intl/Makefile.in index 77dc1542f4b..93ba8fc726d 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -148,7 +148,10 @@ installdirs: installcheck: uninstall: +.PHONY: info dvi ps pdf html install-html + info dvi ps pdf html: +install-html: $(OBJECTS): config.h libintl.h bindtextdom.o dcgettext.o dcigettext.o dcngettext.o dgettext.o \ -- 2.11.0