diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-12-12 14:31:48 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-12-12 14:31:48 +0000 |
commit | 37d037c12dfbea00a85ee927fc6d9904dbeaf1bb (patch) | |
tree | e376d1d895a0daf383f6b6fc638620e8b668b65c /gas/doc/Makefile.am | |
parent | 67f744f3bcb1ac18f5a9a1394e6b6344fd5284c6 (diff) | |
download | gdb-37d037c12dfbea00a85ee927fc6d9904dbeaf1bb.zip gdb-37d037c12dfbea00a85ee927fc6d9904dbeaf1bb.tar.gz gdb-37d037c12dfbea00a85ee927fc6d9904dbeaf1bb.tar.bz2 |
bfd/
* doc/Makefile.am (bfd_TEXINFOS): Set.
(bfd.info bfd.dvi bfd.html): Delete rule.
* doc/Makefile.in: Regenerated.
gas/
* doc/Makefile.am (as_TEXINFOS): Set.
(as.info as.dvi as.html): Delete rule.
* doc/Makefile.in: Regenerated.
gprof/
* Makefile.am (gprof_TEXINFOS): Set.
(gprof.info gprof.dvi gprof.html): Delete rule.
* Makefile.in: Regenerated.
ld/
* Makefile.am (ld_TEXINFOS): Set.
(ld.info ld.dvi ld.html): Delete rule.
* Makefile.in: Regenerated.
Diffstat (limited to 'gas/doc/Makefile.am')
-rw-r--r-- | gas/doc/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index bfe4196..7590291 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -16,6 +16,7 @@ POD2MAN = pod2man --center="GNU Development Tools" \ man_MANS = as.1 info_TEXINFOS = as.texinfo +as_TEXINFOS = asconfig.texi gasver.texi $(CPU_DOCS) AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" @@ -67,8 +68,6 @@ gasver.texi: $(srcdir)/../../bfd/configure eval `grep '^ *VERSION=' $(srcdir)/../../bfd/configure`; \ echo "@set VERSION $$VERSION" > $@ -as.info as.dvi as.html: $(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-data-local: install-info |