Makefile.in: Add install-html and install-pdf dummy targets.
authorBrooks Moses <brooks.moses@codesourcery.com>
Fri, 2 Mar 2007 00:04:17 +0000 (00:04 +0000)
committerBrooks Moses <brooks@gcc.gnu.org>
Fri, 2 Mar 2007 00:04:17 +0000 (16:04 -0800)
* Makefile.in: Add install-html and install-pdf dummy
targets.

From-SVN: r122452

libgcc/ChangeLog
libgcc/Makefile.in

index be77ac293fdaab05195736b05b37ad15719b4e31..dffadfc3d04ae50b0bee0ef61fd1b21d5f7592d1 100644 (file)
@@ -1,3 +1,8 @@
+2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
+
+       * Makefile.in: Add install-html and install-pdf dummy
+       targets.
+
 2007-02-05  Roger Sayle  <roger@eyesopen.com>
            Daniel Jacobowitz  <dan@codesourcery.com>
 
index 80ab7e90fb7a87a8b6c1df105b13b331399b5f8d..86bf3d93d7fd285ff962df9d87744060a9f45a92 100644 (file)
@@ -735,15 +735,14 @@ gcc-extra-parts:
 all: $(extra-parts)
 
 # Documentation targets (empty).
-.PHONY: info html dvi pdf
+.PHONY: info html dvi pdf install-html install-pdf
 
 info:
-
 html:
-
+install-html:
 dvi:
-
 pdf:
+install-pdf:
 
 # Install rules.  These do not depend on "all", so that they can be invoked
 # recursively from it.