Makefile.am: Add install-html target.
authorCarlos O'Donell <carlos@codesourcery.com>
Fri, 26 May 2006 14:57:45 +0000 (14:57 +0000)
committerCarlos O'Donell <carlos@gcc.gnu.org>
Fri, 26 May 2006 14:57:45 +0000 (14:57 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/Makefile.am
libstdc++-v3/Makefile.in

index 21e4f00c03a163bd1c6abb7d77c4a34f8f46d045..9fc59d94b5bcfa66a4515ece5b73440e29b7378b 100644 (file)
@@ -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>
 
        PR libstdc++/24704
index 031f34a3554985b898e6b5ac331360f79b34247f..c1f17b651bc51cc97494bb10c2463458a1ba3d29 100644 (file)
@@ -110,3 +110,9 @@ AM_MAKEFLAGS = \
 
 # Subdir rules rely on $(FLAGS_TO_PASS)
 FLAGS_TO_PASS = $(AM_MAKEFLAGS)
+
+# Installation of distribution html documentation not yet supported
+# TODO: Write custom install-html rule.
+.PHONY: install-html
+install-html:
+
index 78f26a7f1c2f3a68d0b7433216363d54b4fe857d..e7c8c9e6d4cd3b253cc8ba8ebbaf6437de80d924 100644 (file)
@@ -786,6 +786,11 @@ check-%:
 # All the machinations with string instantiations messes up the
 # automake-generated TAGS rule. Make a simple one here.
 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.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: