From c4dc950de7b65625ec771e0ff15cfa968b855a0f Mon Sep 17 00:00:00 2001 From: Brooks Moses Date: Fri, 2 Mar 2007 00:03:11 +0000 Subject: [PATCH] Makefile.am: Add install-pdf target as copied from automake v1.10 rules. * Makefile.am: Add install-pdf target as copied from automake v1.10 rules. * Makefile.in: Regenerate From-SVN: r122451 --- libgomp/ChangeLog | 6 ++++++ libgomp/Makefile.am | 13 +++++++++++-- libgomp/Makefile.in | 14 ++++++++++++-- 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index a47f2caa1b31..fa0bbcd90484 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,9 @@ +2007-03-01 Brooks Moses + + * Makefile.am: Add install-pdf target as copied from + automake v1.10 rules. + * Makefile.in: Regenerate + 2007-02-07 Jakub Jelinek PR libgomp/28486 diff --git a/libgomp/Makefile.am b/libgomp/Makefile.am index c2bfbeaad5fa..8192aec1a3c1 100644 --- a/libgomp/Makefile.am +++ b/libgomp/Makefile.am @@ -51,10 +51,19 @@ env.lo: libgomp_f.h env.o: libgomp_f.h -# No install-html target -.PHONY: install-html +# No install-html or install-pdf support in automake yet +.PHONY: install-html install-pdf install-html: +install-pdf: $(PDFS) + @$(NORMAL_INSTALL) + test -z "$(pdfdir)" || $(mkinstalldirs) "$(DESTDIR)$(pdfdir)" + @list='$(PDFS)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(pdfdir)/$$f'"; \ + $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(pdfdir)/$$f"; \ + done # Automake Documentation: # If your package has Texinfo files in many directories, you can use the diff --git a/libgomp/Makefile.in b/libgomp/Makefile.in index 7fee1ccb3cb7..f11740c48203 100644 --- a/libgomp/Makefile.in +++ b/libgomp/Makefile.in @@ -1045,10 +1045,20 @@ fortran.o: libgomp_f.h env.lo: libgomp_f.h env.o: libgomp_f.h -# No install-html target -.PHONY: install-html +# No install-html or install-pdf support in automake yet +.PHONY: install-html install-pdf install-html: +install-pdf: $(PDFS) + @$(NORMAL_INSTALL) + test -z "$(pdfdir)" || $(mkinstalldirs) "$(DESTDIR)$(pdfdir)" + @list='$(PDFS)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(pdfdir)/$$f'"; \ + $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(pdfdir)/$$f"; \ + done + all-local: $(STAMP_GENINSRC) stamp-geninsrc: libgomp.info -- 2.39.2