Mercurial > libpst
comparison Makefile.am @ 78:535075b4d261
Patch from Joachim Metz for debian packaging, and fix for incorrect length on lz decompression.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 10 Jun 2008 14:28:55 -0700 |
parents | 90aa7814ad1f |
children | b370d9e8aa10 |
comparison
equal
deleted
inserted
replaced
77:87216aefc6df | 78:535075b4d261 |
---|---|
1 SUBDIRS = src man html info | 1 SUBDIRS = src man html info |
2 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ | 2 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ |
3 html_DATA = AUTHORS COPYING ChangeLog NEWS README | 3 html_DATA = AUTHORS COPYING ChangeLog NEWS README |
4 CLEANFILES = xml/libpst xml/Makefile | 4 CLEANFILES = xml/libpst xml/Makefile |
5 EXTRA_DIST = Doxyfile libpst.html.tar.gz libpst.spec $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*) | 5 EXTRA_DIST = Doxyfile libpst.html.tar.gz libpst.spec $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*) |
6 |