Mercurial > libpst
view 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 source
htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ htmldeveldir = ${datadir}/doc/@PACKAGE@-@VERSION@/devel html_DATA = $(wildcard *.html) htmldevel_DATA = $(wildcard devel/*) EXTRA_DIST = $(html_DATA) $(htmldevel_DATA)