Makefile.in: Add install-html target.

2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>

	* Makefile.in: Add install-html target. Add install-html to .PHONY

From-SVN: r114033
This commit is contained in:
Carlos O'Donell 2006-05-24 01:29:29 +00:00 committed by Carlos O'Donell
parent 6667de0def
commit 01d84fc0e8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.in: Add install-html target. Add install-html to .PHONY
2006-02-06 Ben Elliston <bje@au.ibm.com>
* decLibrary.c (__dec_byte_swap): Use uint32_t for argument and

View File

@ -136,11 +136,12 @@ html:
info:
install-info:
install-man:
install-html:
install:
.PHONY: installdirs install install-strip mostlyclean clean distclean \
maintainer-clean check installcheck dvi html info install-info \
install-man update-po
install-man update-po install-html
COMPILE = source='$<' object='$@' libtool=no $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(ALL_CFLAGS) -c