Commit 876ad464 by Carlos O'Donell Committed by Carlos O'Donell

Makefile.am: Add install-html target.


2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>

	* Makefile.am: Add install-html target. Add install-html to .PHONY
	* Makefile.in: Regenerate.

From-SVN: r114038
parent 8665824c
2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html target. Add install-html to .PHONY
* Makefile.in: Regenerate.
2006-02-27 Mark Mitchell <mark@codesourcery.com> 2006-02-27 Mark Mitchell <mark@codesourcery.com>
PR 26473 PR 26473
......
...@@ -90,5 +90,9 @@ AM_MAKEFLAGS = \ ...@@ -90,5 +90,9 @@ AM_MAKEFLAGS = \
MAKEOVERRIDES= MAKEOVERRIDES=
.PHONY: install-html
install-html:
## ################################################################ ## ################################################################
...@@ -753,6 +753,10 @@ uninstall-am: uninstall-info-am uninstall-nobase_libsubincludeHEADERS \ ...@@ -753,6 +753,10 @@ uninstall-am: uninstall-info-am uninstall-nobase_libsubincludeHEADERS \
uninstall-nobase_libsubincludeHEADERS \ uninstall-nobase_libsubincludeHEADERS \
uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibLTLIBRARIES
.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:
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