aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKelley Cook <kcook@gcc.gnu.org>2003-11-30 01:07:51 +0000
committerR. Kelley Cook <kcook@gcc.gnu.org>2003-11-30 01:07:51 +0000
commitee312cd002e8f7ce36fb1a096a8056841868240c (patch)
tree13bc584e4e8a7bbf5ac8cce06dddeaf55a1d4475
parentf2df47385c23af7a59738408a461f5bd06e03787 (diff)
downloadgcc-ee312cd002e8f7ce36fb1a096a8056841868240c.zip
gcc-ee312cd002e8f7ce36fb1a096a8056841868240c.tar.gz
gcc-ee312cd002e8f7ce36fb1a096a8056841868240c.tar.bz2
Makefile.in (install-info): Install gccinstall.info too.
2003-11-29 Kelley Cook <kcook@gcc.gnu.org> * Makefile.in (install-info): Install gccinstall.info too. From-SVN: r74046
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1a835b0..33dd9e8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2003-11-29 Kelley Cook <kcook@gcc.gnu.org>
+
+ * Makefile.in (install-info): Install gccinstall.info too.
+
2003-11-29 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.md ("cmpint_di"): Fix incorrect instruction lengths.
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 825bdc3..127883f 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -2980,6 +2980,7 @@ install-info:: doc installdirs \
$(DESTDIR)$(infodir)/cpp.info \
$(DESTDIR)$(infodir)/gcc.info \
$(DESTDIR)$(infodir)/cppinternals.info \
+ $(DESTDIR)$(infodir)/gccinstall.info \
$(DESTDIR)$(infodir)/gccint.info
$(DESTDIR)$(infodir)/%.info: $(docobjdir)/%.info installdirs