~ubuntu-branches/ubuntu/gutsy/binutils/gutsy

« back to all changes in this revision

Viewing changes to binutils/doc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-08-27 19:30:21 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20070827193021-6lgquzawkhazu913
Tags: 2.18~cvs20070827-0ubuntu1
* New upstream CVS snapshot, taken from the binutils-2_18-branch.
  - Remove patches applied upstream: 311_sse4_intel_mode, 400_gcc42_fix,
    401_builddoc.
* debian/*.shlibs: Update to snapshot version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
binutils_TEXI = $(srcdir)/binutils.texi
36
36
 
37
37
AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \
38
 
                   -I ../../bfd/doc
 
38
                   -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc
39
39
TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \
40
 
                    -I ../../bfd/doc
 
40
                    -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc
41
41
 
42
42
# Man page generation from texinfo
43
43
addr2line.1:    $(binutils_TEXI) $(binutils_TEXINFOS)