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:
parent
385931236c
commit
dd8e0a66b6
3 changed files with 12 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue