Mercurial > libpst
diff html/Makefile.am @ 221:06d759f640f6
fedora 11 has python2.6, remove pdf version of the man pages
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 23 Jun 2009 14:52:50 -0700 |
parents | b65e8d0a088a |
children |
line wrap: on
line diff
--- a/html/Makefile.am Sun Jun 21 21:25:10 2009 -0700 +++ b/html/Makefile.am Tue Jun 23 14:52:50 2009 -0700 @@ -1,6 +1,6 @@ htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ htmldeveldir = ${datadir}/doc/@PACKAGE@-@VERSION@/devel -html_DATA = $(wildcard *.html) $(wildcard *.pdf) +html_DATA = $(wildcard *.html) htmldevel_DATA = $(wildcard devel/*) EXTRA_DIST = $(html_DATA) $(htmldevel_DATA)