aboutsummaryrefslogtreecommitdiff
path: root/bfd/doc/Makefile.am
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-12-12 14:31:48 +0000
committerDaniel Jacobowitz <drow@false.org>2006-12-12 14:31:48 +0000
commit37d037c12dfbea00a85ee927fc6d9904dbeaf1bb (patch)
treee376d1d895a0daf383f6b6fc638620e8b668b65c /bfd/doc/Makefile.am
parent67f744f3bcb1ac18f5a9a1394e6b6344fd5284c6 (diff)
downloadbinutils-37d037c12dfbea00a85ee927fc6d9904dbeaf1bb.zip
binutils-37d037c12dfbea00a85ee927fc6d9904dbeaf1bb.tar.gz
binutils-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 'bfd/doc/Makefile.am')
-rw-r--r--bfd/doc/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/doc/Makefile.am b/bfd/doc/Makefile.am
index 1ba74b7..242e4ec 100644
--- a/bfd/doc/Makefile.am
+++ b/bfd/doc/Makefile.am
@@ -51,6 +51,7 @@ SRCIPROT = $(srcdir)/../cache.c $(srcdir)/../libbfd.c \
TEXIDIR = $(srcdir)/../../texinfo/fsf
info_TEXINFOS = bfd.texinfo
+bfd_TEXINFOS = $(DOCFILES) bfdsumm.texi
MKDOC = chew$(EXEEXT_FOR_BUILD)
@@ -68,8 +69,6 @@ chew.o: chew.c
protos: libbfd.h libcoff.h bfd.h
-bfd.info bfd.dvi bfd.html: $(DOCFILES) bfdsumm.texi bfd.texinfo
-
# We can't replace these rules with an implicit rule, because
# makes without VPATH support couldn't find the .h files in `..'.