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:
parent
6667de0def
commit
01d84fc0e8
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user