Makefile.in: Add info dvi ps pdf html install-html to .PHONY Add install-html target.

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.

From-SVN: r114034
This commit is contained in:
Carlos O'Donell 2006-05-24 01:30:43 +00:00 committed by Carlos O'Donell
parent 01d84fc0e8
commit e5fbdab9c2
2 changed files with 8 additions and 0 deletions

View 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

View File

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