diff options
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 |