From 7562a29612ac52595250432be4826307b39e2bad Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Sat, 26 Jan 2002 21:27:36 +0000 Subject: * doc/Makefile.am (install): Depend on install-info. * doc/Makefile.in: Regenerate. --- gas/doc/Makefile.am | 4 ++++ gas/doc/Makefile.in | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'gas/doc') diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index 566038c..d8c94e4 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -59,6 +59,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 + # This one isn't ready for prime time yet. Not even a little bit. noinst_TEXINFOS = internals.texi 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. -- cgit v1.1