aboutsummaryrefslogtreecommitdiff
path: root/zlib/Makefile.am
diff options
context:
space:
mode:
authorBrooks Moses <brooks.moses@codesourcery.com>2007-03-02 00:00:52 +0000
committerBrooks Moses <brooks@gcc.gnu.org>2007-03-01 16:00:52 -0800
commitc0781449fee0282ff69e7b8b9866a331a94ccbd5 (patch)
treeeffe9f557c7733442b182644fa23606eabb44fc5 /zlib/Makefile.am
parentdd8e0a66b67c9730f13d090662344cc788d0ad43 (diff)
downloadgcc-c0781449fee0282ff69e7b8b9866a331a94ccbd5.zip
gcc-c0781449fee0282ff69e7b8b9866a331a94ccbd5.tar.gz
gcc-c0781449fee0282ff69e7b8b9866a331a94ccbd5.tar.bz2
Makefile.am: Add dummy install-pdf target.
* Makefile.am: Add dummy install-pdf target. * Makefile.in: Regenerate From-SVN: r122449
Diffstat (limited to 'zlib/Makefile.am')
-rw-r--r--zlib/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/zlib/Makefile.am b/zlib/Makefile.am
index 90df1ebe..218dce1 100644
--- a/zlib/Makefile.am
+++ b/zlib/Makefile.am
@@ -59,9 +59,11 @@ AM_MAKEFLAGS = \
"RANLIB=$(RANLIB)" \
"DESTDIR=$(DESTDIR)"
-# No html, or install-html support.
-.PHONY: html install-html
+# No html support.
+# No install-html or install-pdf support in automake yet
+.PHONY: html install-html install-pdf
html:
install-html:
+install-pdf: