annotate Makefile.am @ 82:b370d9e8aa10

Fix my mistake in debian packaging.
author Carl Byington <carl@five-ten-sg.com>
date Sun, 15 Jun 2008 06:54:39 -0700
parents 535075b4d261
children ff1743cbe4aa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
82
b370d9e8aa10 Fix my mistake in debian packaging.
Carl Byington <carl@five-ten-sg.com>
parents: 78
diff changeset
1 SUBDIRS = src man html info debian
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
d64a9df0dc02 switch to automake/autoconf
carl
parents: 16
diff changeset
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*)
78
535075b4d261 Patch from Joachim Metz for debian packaging, and fix for incorrect length on lz decompression.
Carl Byington <carl@five-ten-sg.com>
parents: 67
diff changeset
6