aboutsummaryrefslogtreecommitdiff
path: root/gas/doc/Makefile.am
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2003-11-12 17:15:38 +0000
committerDaniel Jacobowitz <drow@false.org>2003-11-12 17:15:38 +0000
commit5e2d1ae86dc6130645c900c3f1e3dd27e938e833 (patch)
tree85d3e1b8df08f22986ccfa91d1868809c20e1cbd /gas/doc/Makefile.am
parente7c27a734dad50986cc624f4e2b934056d70c288 (diff)
downloadfsf-binutils-gdb-5e2d1ae86dc6130645c900c3f1e3dd27e938e833.zip
fsf-binutils-gdb-5e2d1ae86dc6130645c900c3f1e3dd27e938e833.tar.gz
fsf-binutils-gdb-5e2d1ae86dc6130645c900c3f1e3dd27e938e833.tar.bz2
* Makefile.am (install, install-info, RECURSIVE_TARGETS): Define.
* doc/Makefile.am (install-info): Define. * aclocal.m4: Regenerate. * Makefile.in: Regenerate. * doc/Makefile.in: Regenerate.
Diffstat (limited to 'gas/doc/Makefile.am')
-rw-r--r--gas/doc/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am
index 1e8acbc..0fdd756 100644
--- a/gas/doc/Makefile.am
+++ b/gas/doc/Makefile.am
@@ -68,6 +68,7 @@ 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
+install-info: install-info-am
# This one isn't ready for prime time yet. Not even a little bit.