Makefile.am: Add install-html target.
2006-05-26 Carlos O'Donell <carlos@codesourcery.com> * Makefile.am: Add install-html target. Add install-html to .PHONY * Makefile.in: Regenerate. From-SVN: r114134
This commit is contained in:
parent
262c52acda
commit
7541c31ba2
3 changed files with 16 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-05-26 Carlos O'Donell <carlos@codesourcery.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add install-html target. Add install-html to .PHONY
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2006-05-24 Paolo Carlini <pcarlini@suse.de>
|
2006-05-24 Paolo Carlini <pcarlini@suse.de>
|
||||||
|
|
||||||
PR libstdc++/24704
|
PR libstdc++/24704
|
||||||
|
|
|
@ -110,3 +110,9 @@ AM_MAKEFLAGS = \
|
||||||
|
|
||||||
# Subdir rules rely on $(FLAGS_TO_PASS)
|
# Subdir rules rely on $(FLAGS_TO_PASS)
|
||||||
FLAGS_TO_PASS = $(AM_MAKEFLAGS)
|
FLAGS_TO_PASS = $(AM_MAKEFLAGS)
|
||||||
|
|
||||||
|
# Installation of distribution html documentation not yet supported
|
||||||
|
# TODO: Write custom install-html rule.
|
||||||
|
.PHONY: install-html
|
||||||
|
install-html:
|
||||||
|
|
||||||
|
|
|
@ -786,6 +786,11 @@ check-%:
|
||||||
# All the machinations with string instantiations messes up the
|
# All the machinations with string instantiations messes up the
|
||||||
# automake-generated TAGS rule. Make a simple one here.
|
# automake-generated TAGS rule. Make a simple one here.
|
||||||
TAGS: tags-recursive $(LISP)
|
TAGS: tags-recursive $(LISP)
|
||||||
|
|
||||||
|
# Installation of distribution html documentation not yet supported
|
||||||
|
# TODO: Write custom install-html rule.
|
||||||
|
.PHONY: install-html
|
||||||
|
install-html:
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# 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.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
.NOEXPORT:
|
.NOEXPORT:
|
||||||
|
|
Loading…
Add table
Reference in a new issue