mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-13 11:50:34 +08:00
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: r114039
This commit is contained in:
parent
876ad464a6
commit
b2bd74bc43
@ -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-17 Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>
|
||||
|
||||
* macro.c (_cpp_builtin_macro_text): Handle BT_TIMESTAMP.
|
||||
|
@ -184,12 +184,13 @@ html:
|
||||
info:
|
||||
install-info:
|
||||
install-man:
|
||||
install-html:
|
||||
|
||||
update-po: $(CATALOGS:.gmo=.pox)
|
||||
|
||||
.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
|
||||
|
||||
# Dependency rule.
|
||||
COMPILE.base = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(ALL_CFLAGS) -c
|
||||
|
Loading…
Reference in New Issue
Block a user