Commit dd8e0a66 by Brooks Moses Committed by Brooks Moses

Makefile.am: Add dummy install-pdf target.

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

From-SVN: r122448
parent 38593123
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
......
......@@ -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:
......@@ -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:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment