diff options
author | Joseph Myers <joseph@codesourcery.com> | 2009-02-03 15:54:05 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2009-02-03 15:54:05 +0000 |
commit | 31dd3154f4a9cedea4ea9bb17b0fee33aa79a3e3 (patch) | |
tree | 91f13d55f2c180623d8ce669076442a81b38211a /opcodes | |
parent | 0dafdf3fdf89c80c00904b699ff167ec1a292dec (diff) | |
download | binutils-31dd3154f4a9cedea4ea9bb17b0fee33aa79a3e3.tar.gz binutils-31dd3154f4a9cedea4ea9bb17b0fee33aa79a3e3.tar.bz2 binutils-31dd3154f4a9cedea4ea9bb17b0fee33aa79a3e3.zip |
bfd:
2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
* configure.in: AC_SUBST pdfdir.
* Makefile.am: Add install-pdf, install-pdf-am
and install-pdf-recursive targets. Define pdfdir.
* doc/Makefile.am: Define pdf__strip_dir. Add
install-pdf and install-pdf-am targets.
* po/Make-in: Add install-pdf target.
* configure: Regenerate.
* Makefile.in: Regenerate
* doc/Makefile.in: Regenerate.
binutils:
2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
* configure.in: AC_SUBST pdfdir.
* Makefile.am: Add install-pdf, install-pdf-am,
and install-pdf-recursive targets.
* doc/Makefile.am: Define pdf__strip_dir. Add
install-pdf and install-pdf-am targets.
* po/Make-in: Add install-pdf target.
* configure: Regenerate.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
etc:
2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
* configure.in: AC_SUBST pdfdir.
* configure: Regenerate.
gas:
2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
* configure.in: AC_SUBST pdfdir.
* Makefile.am: Add install-pdf, install-pdf-am,
and install-pdf-recursive targets.
* doc/Makefile.am: Define pdf__strip_dir. Add
install-pdf and install-pdf-am targets.
* po/Make-in: Add install-pdf target.
* configure: Regenerate.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
gprof:
2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
* configure.in: AC_SUBST pdfdir.
* Makefile.am: Add install-pdf, install-pdf-am,
and install-pdf-recursive targets. Define pdf__strip_dir.
* po/Make-in: Add install-pdf target.
* configure: Regenerate.
* Makefile.in: Regenerate.
ld:
2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
* configure.in: AC_SUBST pdfdir.
* Makefile.am: Add install-pdf, install-pdf-am,
and install-pdf-recursive targets. Define pdf__strip_dir.
* po/Make-in: Add install-pdf target.
* configure: Regenerate.
* Makefile.in: Regenerate.
opcodes:
2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-pdf target.
* po/Make-in: Add install-pdf target.
* Makefile.in: Regenerate.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 6 | ||||
-rw-r--r-- | opcodes/Makefile.am | 3 | ||||
-rw-r--r-- | opcodes/Makefile.in | 3 | ||||
-rw-r--r-- | opcodes/po/Make-in | 1 |
4 files changed, 13 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 483617e5a7e..c0f4593b067 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2009-02-03 Carlos O'Donell <carlos@codesourcery.com> + + * Makefile.am: Add install-pdf target. + * po/Make-in: Add install-pdf target. + * Makefile.in: Regenerate. + 2009-02-02 DJ Delorie <dj@redhat.com> * mep-asm.c: Regenerate. diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index d2ef46d187b..390dba32994 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -16,6 +16,9 @@ AM_CFLAGS = $(WARN_CFLAGS) bfdlibdir = @bfdlibdir@ bfdincludedir = @bfdincludedir@ +.PHONY: install-pdf +install-pdf: + .PHONY: install-html install-html: diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index d8b7bea1d85..9e12b0800d1 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -1003,6 +1003,9 @@ uninstall-info: uninstall-info-recursive uninstall-bfdlibLTLIBRARIES uninstall-info-am +.PHONY: install-pdf +install-pdf: + .PHONY: install-html install-html: diff --git a/opcodes/po/Make-in b/opcodes/po/Make-in index 25a73424990..d3ab7ed2e99 100644 --- a/opcodes/po/Make-in +++ b/opcodes/po/Make-in @@ -113,6 +113,7 @@ install: install-exec install-data install-exec: install-info: install-html: +install-pdf: install-data: install-data-@USE_NLS@ install-data-no: all install-data-yes: all |