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

« back to all changes in this revision

Viewing changes to binutils/doc/Makefile.in

  • 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:
256
256
info_TEXINFOS = binutils.texi
257
257
binutils_TEXI = $(srcdir)/binutils.texi
258
258
AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \
259
 
                   -I ../../bfd/doc
 
259
                   -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc
260
260
 
261
261
TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \
262
 
                    -I ../../bfd/doc
 
262
                    -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc
263
263
 
264
264
MOSTLYCLEANFILES = $(DEMANGLER_NAME).1
265
265
html__strip_dir = `echo $$p | sed -e 's|^.*/||'`;