From 9975e4c4ae4762ec95340cc22b9f5048b58e64ae Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Mon, 13 Aug 2007 01:53:01 +0000 Subject: * doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include $(top_srcdir)/../../bfd/doc. * doc/Makefile.in: Regenerate. --- binutils/ChangeLog | 6 ++++++ binutils/doc/Makefile.am | 4 ++-- binutils/doc/Makefile.in | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) (limited to 'binutils') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c07408c..5abb574 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2007-08-12 Matthias Klose + + * doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include + $(top_srcdir)/../../bfd/doc. + * doc/Makefile.in: Regenerate. + 2007-08-10 M R Swami Reddy * MAINTAINERS: Add myself as CR16 support maintainer and 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) diff --git a/binutils/doc/Makefile.in b/binutils/doc/Makefile.in index 338c9ba..d258024 100644 --- a/binutils/doc/Makefile.in +++ b/binutils/doc/Makefile.in @@ -256,10 +256,10 @@ man_MANS = \ 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 MOSTLYCLEANFILES = $(DEMANGLER_NAME).1 html__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -- cgit v1.1