aboutsummaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@codesourcery.com>2006-05-24 01:30:43 +0000
committerCarlos O'Donell <carlos@codesourcery.com>2006-05-24 01:30:43 +0000
commita15c97d413f3d4a12d379bc49fd2af5d32a95802 (patch)
tree5822e722ce1bb2cedb5c33a1867d60f5a2b6d9e3 /intl
parent9c310f9b2b3cd2c917ee91c2048b243db9fe2016 (diff)
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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@114034 138bc75d-0d04-0410-961f-82ee72b054a4
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 8ccdb81c599..5a21c35b917 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 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 \