Makefile.in: Add install-html target.
authorCarlos O'Donell <carlos@codesourcery.com>
Wed, 24 May 2006 01:48:20 +0000 (01:48 +0000)
committerCarlos O'Donell <carlos@gcc.gnu.org>
Wed, 24 May 2006 01:48:20 +0000 (01:48 +0000)
2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>

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

From-SVN: r114039

libcpp/ChangeLog
libcpp/Makefile.in

index 3b42cc104a18f629110c93560455a6e7bca1eced..44de78501773b683b45bb9830ad90e79f818a74a 100644 (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-17  Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>
 
        * macro.c (_cpp_builtin_macro_text): Handle BT_TIMESTAMP.
index b5a6602ea6315daca004d1e9da17ee46600e7147..3229ca8ad30dbd461776535b0d3df2ca80abfe1f 100644 (file)
@@ -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