]> gcc.gnu.org Git - gcc.git/commitdiff
* Makefile.in: Add empty info, html, dvi, pdf targets.
authorBrooks Moses <brooks.moses@codesourcery.com>
Thu, 4 Jan 2007 23:27:33 +0000 (23:27 +0000)
committerBrooks Moses <brooks@gcc.gnu.org>
Thu, 4 Jan 2007 23:27:33 +0000 (15:27 -0800)
From-SVN: r120455

libgcc/ChangeLog
libgcc/Makefile.in

index 47133dd45fb9b76d4fc309d2799617a7b0f43392..8b1cd8f1d015d7069e3f42a1dfc2d9e3a0881c69 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
+
+       * Makefile.in: Add empty info, html, dvi, pdf targets.
+
 2007-01-04  Mike Stump  <mrs@apple.com>
 
        * Makefile.in (MAKEINFO): Remove.
index 48b68933615beef34f1ba26adac26bb74b7d79ad..3b06f93cb4497ea7688d11dd550dbc86db1b589a 100644 (file)
@@ -729,6 +729,15 @@ gcc-extra-parts:
 
 all: $(extra-parts)
 
+# Documentation targets (empty).
+info:
+
+html:
+
+dvi:
+
+pdf:
+
 # Install rules.  These do not depend on "all", so that they can be invoked
 # recursively from it.
 install-libunwind:
This page took 0.061642 seconds and 5 git commands to generate.