OSDN Git Service

2005-05-23 Carlos O'Donell <carlos@codesourcery.com>
authorcarlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 May 2006 01:30:43 +0000 (01:30 +0000)
committercarlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 May 2006 01:30:43 +0000 (01:30 +0000)
* 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
intl/Makefile.in

index 8ccdb81..5a21c35 100644 (file)
@@ -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
 2005-05-13  Nick Clifton  <nickc@redhat.com>
 
        * Update the address and phone number of the FSF organization in
index 77dc154..93ba8fc 100644 (file)
@@ -148,7 +148,10 @@ installdirs:
 installcheck:
 uninstall:
 
 installcheck:
 uninstall:
 
+.PHONY: info dvi ps pdf html install-html
+
 info dvi ps pdf html:
 info dvi ps pdf html:
+install-html:
 
 $(OBJECTS): config.h libintl.h
 bindtextdom.o dcgettext.o dcigettext.o dcngettext.o dgettext.o \
 
 $(OBJECTS): config.h libintl.h
 bindtextdom.o dcgettext.o dcigettext.o dcngettext.o dgettext.o \