annotate html/Makefile.am @ 125:23a36ac0514d

recover dropped pragma pack line, use int64_t rather than off_t to avoid forcing users of the shared library to enable large file support.
author Carl Byington <carl@five-ten-sg.com>
date Tue, 03 Feb 2009 15:01:47 -0800
parents c508ee15dfca
children 265c7a65b75b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
1 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
2 html_DATA = $(wildcard *.html) $(wildcard *.pdf)
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
3 EXTRA_DIST = $(html_DATA)