Makefile.am: Add dummy install-pdf target.

* Makefile.am: Add dummy install-pdf target.
* Makefile.in: Regenerate

From-SVN: r122448
This commit is contained in:
Brooks Moses 2007-03-01 23:59:35 +00:00 committed by Brooks Moses
parent 385931236c
commit dd8e0a66b6
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
* Makefile.am: Add dummy install-pdf target.
* Makefile.in: Regenerate
2007-03-01 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/31005

View File

@ -113,6 +113,8 @@ FLAGS_TO_PASS = $(AM_MAKEFLAGS)
# Installation of distribution html documentation not yet supported
# TODO: Write custom install-html rule.
.PHONY: install-html
.PHONY: install-html install-pdf
install-html:
# No install-pdf support in automake yet
install-pdf:

View File

@ -798,8 +798,11 @@ TAGS: tags-recursive $(LISP)
# Installation of distribution html documentation not yet supported
# TODO: Write custom install-html rule.
.PHONY: install-html
.PHONY: install-html install-pdf
install-html:
# No install-pdf support in automake yet
install-pdf:
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: