Mercurial > libpst
annotate html/Makefile.am @ 199:e3a46f66332b
more changes in recurrence decoding
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 13 May 2009 11:59:55 -0700 |
parents | b65e8d0a088a |
children | 06d759f640f6 |
rev | line source |
---|---|
181 | 1 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ |
182
b65e8d0a088a
more cleanup on external names in the shared object file
Carl Byington <carl@five-ten-sg.com>
parents:
181
diff
changeset
|
2 htmldeveldir = ${datadir}/doc/@PACKAGE@-@VERSION@/devel |
181 | 3 html_DATA = $(wildcard *.html) $(wildcard *.pdf) |
4 htmldevel_DATA = $(wildcard devel/*) | |
5 EXTRA_DIST = $(html_DATA) $(htmldevel_DATA) | |
182
b65e8d0a088a
more cleanup on external names in the shared object file
Carl Byington <carl@five-ten-sg.com>
parents:
181
diff
changeset
|
6 |