aboutsummaryrefslogtreecommitdiff
path: root/binutils/doc/Makefile.am
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-08-13 01:53:01 +0000
committerDaniel Jacobowitz <drow@false.org>2007-08-13 01:53:01 +0000
commit9975e4c4ae4762ec95340cc22b9f5048b58e64ae (patch)
tree2a1dd74ee518c8db52db137a9cceec89f2578849 /binutils/doc/Makefile.am
parent649aeae36c68204acf452edc99475331c86574bd (diff)
downloadgdb-9975e4c4ae4762ec95340cc22b9f5048b58e64ae.zip
gdb-9975e4c4ae4762ec95340cc22b9f5048b58e64ae.tar.gz
gdb-9975e4c4ae4762ec95340cc22b9f5048b58e64ae.tar.bz2
* doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
$(top_srcdir)/../../bfd/doc. * doc/Makefile.in: Regenerate.
Diffstat (limited to 'binutils/doc/Makefile.am')
-rw-r--r--binutils/doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/doc/Makefile.am b/binutils/doc/Makefile.am
index ceeda41..15953e0 100644
--- a/binutils/doc/Makefile.am
+++ b/binutils/doc/Makefile.am
@@ -35,9 +35,9 @@ info_TEXINFOS = binutils.texi
binutils_TEXI = $(srcdir)/binutils.texi
AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \
- -I ../../bfd/doc
+ -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc
TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \
- -I ../../bfd/doc
+ -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc
# Man page generation from texinfo
addr2line.1: $(binutils_TEXI) $(binutils_TEXINFOS)