]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in: Add install-html target.
authorCarlos O'Donell <carlos@codesourcery.com>
Wed, 24 May 2006 01:29:29 +0000 (01:29 +0000)
committerCarlos O'Donell <carlos@gcc.gnu.org>
Wed, 24 May 2006 01:29:29 +0000 (01:29 +0000)
2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>

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

From-SVN: r114033

libdecnumber/ChangeLog
libdecnumber/Makefile.in

index 045dcd3038b1aadc2e775a8bc13ac131287eb509..5fe0d11c6a841c4c166ae3483ea1fc53e5341821 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-06  Ben Elliston  <bje@au.ibm.com>
 
        * decLibrary.c (__dec_byte_swap): Use uint32_t for argument and
index cebb2ffc3653c81d03080f797e0e0caa9e3ce308..27f9792e8f235f93b0069e44ba7d91ddb62eddeb 100644 (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