From 9975e4c4ae4762ec95340cc22b9f5048b58e64ae Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Mon, 13 Aug 2007 01:53:01 +0000 Subject: [PATCH] * 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 ++-- gas/ChangeLog | 6 ++++++ gas/doc/Makefile.am | 4 ++-- gas/doc/Makefile.in | 4 ++-- gprof/ChangeLog | 6 ++++++ gprof/Makefile.am | 4 ++-- gprof/Makefile.in | 4 ++-- 9 files changed, 30 insertions(+), 12 deletions(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c07408c67c..5abb574cdc 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 ceeda41b00..15953e04df 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 338c9bad74..d258024e57 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|^.*/||'`; diff --git a/gas/ChangeLog b/gas/ChangeLog index 0186ee3214..7504cf4fc0 100644 --- a/gas/ChangeLog +++ b/gas/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 Nick Clifton * NEWS: Add a marker for the 2.18 features. diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index 4f6ff9294c..621c03f8cd 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -19,9 +19,9 @@ info_TEXINFOS = as.texinfo as_TEXINFOS = asconfig.texi $(CPU_DOCS) 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 asconfig.texi: $(CONFIG).texi rm -f asconfig.texi diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index 86f3d7a426..9b9102f236 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -226,10 +226,10 @@ man_MANS = as.1 info_TEXINFOS = as.texinfo as_TEXINFOS = asconfig.texi $(CPU_DOCS) 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 CPU_DOCS = \ c-alpha.texi \ diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 0b844cc5f0..07c0f67fd0 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,9 @@ +2007-08-12 Matthias Klose + + * Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include + $(top_srcdir)/../../bfd/doc. + * Makefile.in: Regenerate. + 2007-08-12 Daniel Jacobowitz * configure.in (ALL_LINGUAS): Add fi. diff --git a/gprof/Makefile.am b/gprof/Makefile.am index edf4a8ebb6..70c104b873 100644 --- a/gprof/Makefile.am +++ b/gprof/Makefile.am @@ -65,8 +65,8 @@ info_TEXINFOS = gprof.texi gprof_TEXINFOS = config.texi man_MANS = gprof.1 -AM_MAKEINFOFLAGS = -I "$(srcdir)" -I ../bfd/doc -TEXI2DVI = texi2dvi -I "$(srcdir)" -I ../bfd/doc +AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc +TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc config.texi: echo "@set top_srcdir $(top_srcdir)" >> ./config.texi diff --git a/gprof/Makefile.in b/gprof/Makefile.in index d5c69258e8..062c1172dc 100644 --- a/gprof/Makefile.in +++ b/gprof/Makefile.in @@ -272,8 +272,8 @@ POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1 info_TEXINFOS = gprof.texi gprof_TEXINFOS = config.texi man_MANS = gprof.1 -AM_MAKEINFOFLAGS = -I "$(srcdir)" -I ../bfd/doc -TEXI2DVI = texi2dvi -I "$(srcdir)" -I ../bfd/doc +AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc +TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc html__strip_dir = `echo $$p | sed -e 's|^.*/||'`; CLEANFILES = dep.sed DEP DEPA DEP1 DEP2 MAINTAINERCLEANFILES = gprof.info -- 2.34.1