diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2004-01-05 22:13:52 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2004-01-05 22:13:52 +0000 |
commit | c658116845dc2b1daa9ccacc3bcd55d0349865f0 (patch) | |
tree | 786f2be4819cbb95e2043a50aebb24638d195826 /gas/doc | |
parent | 4301eeb1c79a4a87cddf3da5339ecb01e2c26cb0 (diff) | |
download | gdb-c658116845dc2b1daa9ccacc3bcd55d0349865f0.zip gdb-c658116845dc2b1daa9ccacc3bcd55d0349865f0.tar.gz gdb-c658116845dc2b1daa9ccacc3bcd55d0349865f0.tar.bz2 |
* Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* doc/Makefile.am (install, install-info): Remove.
(install-data-local): A new hook for install-info.
(AUTOMAKE_OPTIONS): Require automake 1.8.
* doc/Makefile.in: Regenerate.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index 0fdd756..a9977f3 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in -AUTOMAKE_OPTIONS = cygnus +AUTOMAKE_OPTIONS = 1.8 cygnus # What version of the manual you want; "all" includes everything CONFIG=all @@ -67,8 +67,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 +install-data-local: install-info # This one isn't ready for prime time yet. Not even a little bit. |