summaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2006-05-24 02:02:46 +0000
committerDJ Delorie <dj@delorie.com>2006-05-24 02:02:46 +0000
commit8536528b8fdff0442c1b04d6126cba7911f4a2bc (patch)
treee951c74606837a5482b5b9b828d0d99c552af802 /intl
parente6a81c4b2ea4c8abc5374a3149351add67459ccf (diff)
downloadbinutils-redhat-8536528b8fdff0442c1b04d6126cba7911f4a2bc.tar.gz
merge from gcc
Diffstat (limited to 'intl')
-rw-r--r--intl/ChangeLog5
-rw-r--r--intl/Makefile.in3
2 files changed, 8 insertions, 0 deletions
diff --git a/intl/ChangeLog b/intl/ChangeLog
index 8ccdb81c59..5a21c35b91 100644
--- a/intl/ChangeLog
+++ b/intl/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-23 Carlos O'Donell <carlos@codesourcery.com>
+
+ * Makefile.in: Add info dvi ps pdf html install-html to .PHONY
+ Add install-html target.
+
2005-05-13 Nick Clifton <nickc@redhat.com>
* Update the address and phone number of the FSF organization in
diff --git a/intl/Makefile.in b/intl/Makefile.in
index 77dc1542f4..93ba8fc726 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 \