* Makefile.in (TEXI_GCCINSTALL_FILES): Add gcc-common.texi.
authorAndreas Schwab <schwab@suse.de>
Tue, 27 Feb 2007 10:45:58 +0000 (10:45 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Tue, 27 Feb 2007 10:45:58 +0000 (10:45 +0000)
From-SVN: r122368

gcc/ChangeLog
gcc/Makefile.in

index dba2931..838fa3f 100644 (file)
@@ -1,3 +1,7 @@
+2007-02-27  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (TEXI_GCCINSTALL_FILES): Add gcc-common.texi.
+
 2007-02-27  Jan Hubicka  <jh@suse.cz>
 
        * predict.c (last_basic_block_p): Remove.
index 12169a0..af7b63e 100644 (file)
@@ -3531,7 +3531,7 @@ TEXI_GCCINT_FILES = gccint.texi gcc-common.texi gcc-vers.texi             \
         loop.texi
 
 TEXI_GCCINSTALL_FILES = install.texi install-old.texi fdl.texi         \
-        gcc-vers.texi
+        gcc-common.texi gcc-vers.texi
 
 TEXI_CPPINT_FILES = cppinternals.texi gcc-common.texi gcc-vers.texi