diff options
Diffstat (limited to 'zlib/Makefile.am')
-rw-r--r-- | zlib/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/zlib/Makefile.am b/zlib/Makefile.am index 90df1ebe9eb..218dce1aefe 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: |