Mercurial > libpst
annotate Makefile.am @ 76:09d0f592be83
Added tag stable-0-6-11 for changeset 987aa872294e
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 03 Jun 2008 12:07:47 -0700 |
parents | 90aa7814ad1f |
children | 535075b4d261 |
rev | line source |
---|---|
16 | 1 SUBDIRS = src man html info |
67
90aa7814ad1f
Initial version of pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
42
diff
changeset
|
2 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ |
90aa7814ad1f
Initial version of pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
42
diff
changeset
|
3 html_DATA = AUTHORS COPYING ChangeLog NEWS README |
22 | 4 CLEANFILES = xml/libpst xml/Makefile |
42
7a97f50c39c5
security fix for potential buffer overrun in lz decompress
carl
parents:
35
diff
changeset
|
5 EXTRA_DIST = Doxyfile libpst.html.tar.gz libpst.spec $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*) |