aboutsummaryrefslogtreecommitdiff
path: root/binutils/doc
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2002-01-26 21:27:36 +0000
committerHans-Peter Nilsson <hp@axis.com>2002-01-26 21:27:36 +0000
commit7562a29612ac52595250432be4826307b39e2bad (patch)
tree111cfb6b102e09256e7c59b85a4f82bb6eefbee1 /binutils/doc
parentec0806ec8163a1819054c7ac01dfd465d4b15aef (diff)
downloadbinutils-7562a29612ac52595250432be4826307b39e2bad.zip
binutils-7562a29612ac52595250432be4826307b39e2bad.tar.gz
binutils-7562a29612ac52595250432be4826307b39e2bad.tar.bz2
* doc/Makefile.am (install): Depend on install-info.
* doc/Makefile.in: Regenerate.
Diffstat (limited to 'binutils/doc')
-rw-r--r--binutils/doc/Makefile.am4
-rw-r--r--binutils/doc/Makefile.in4
2 files changed, 8 insertions, 0 deletions
diff --git a/binutils/doc/Makefile.am b/binutils/doc/Makefile.am
index 8fc8c08..9db5819 100644
--- a/binutils/doc/Makefile.am
+++ b/binutils/doc/Makefile.am
@@ -155,6 +155,10 @@ $(DEMANGLER_NAME).1: cxxfilt.man Makefile
-e 's/cxxfilt/$(DEMANGLER_NAME)/' < $$man \
> $(DEMANGLER_NAME).1
+# We want install to imply install-info as per GNU standards, despite the
+# cygnus option.
+install: install-info
+
# Maintenance
# We need it for the taz target in ../../Makefile.in.
diff --git a/binutils/doc/Makefile.in b/binutils/doc/Makefile.in
index ec18241..5d96d27 100644
--- a/binutils/doc/Makefile.in
+++ b/binutils/doc/Makefile.in
@@ -547,6 +547,10 @@ $(DEMANGLER_NAME).1: cxxfilt.man Makefile
-e 's/cxxfilt/$(DEMANGLER_NAME)/' < $$man \
> $(DEMANGLER_NAME).1
+# We want install to imply install-info as per GNU standards, despite the
+# cygnus option.
+install: install-info
+
# Maintenance
# We need it for the taz target in ../../Makefile.in.