]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.am: Add dummy install-pdf target.
authorBrooks Moses <brooks.moses@codesourcery.com>
Thu, 1 Mar 2007 23:59:35 +0000 (23:59 +0000)
committerBrooks Moses <brooks@gcc.gnu.org>
Thu, 1 Mar 2007 23:59:35 +0000 (15:59 -0800)
* Makefile.am: Add dummy install-pdf target.
* Makefile.in: Regenerate

From-SVN: r122448

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

index f4accb15b14341ecc79aacbef24a0fe98e956281..d025ca005d8d5cdeb5baf115725934d258519938 100644 (file)
@@ -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
index c1f17b651bc51cc97494bb10c2463458a1ba3d29..562b3e86a91131cf0e45ca01380fd52d51165cd4 100644 (file)
@@ -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:
index cb77cbc80096bd41b2291199a385e5b42330e490..7bb337c30592ada3ebe978e2d718cd3b0e2790fc 100644 (file)
@@ -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: