diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2002-01-26 21:27:36 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2002-01-26 21:27:36 +0000 |
commit | 7562a29612ac52595250432be4826307b39e2bad (patch) | |
tree | 111cfb6b102e09256e7c59b85a4f82bb6eefbee1 /gas/doc/Makefile.in | |
parent | ec0806ec8163a1819054c7ac01dfd465d4b15aef (diff) | |
download | gdb-7562a29612ac52595250432be4826307b39e2bad.zip gdb-7562a29612ac52595250432be4826307b39e2bad.tar.gz gdb-7562a29612ac52595250432be4826307b39e2bad.tar.bz2 |
* doc/Makefile.am (install): Depend on install-info.
* doc/Makefile.in: Regenerate.
Diffstat (limited to 'gas/doc/Makefile.in')
-rw-r--r-- | gas/doc/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index 147c5e7..ec5ff26 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -460,6 +460,10 @@ gasver.texi: Makefile as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) +# 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. |