annotate html/Makefile.am @ 195:320cfcba8058

add python module interface to the shared library for easy scripting. the shared library must never write to stdout or stderr. fix pst_attach_to_mem so the caller does not need to initialize the buffer pointer.
author Carl Byington <carl@five-ten-sg.com>
date Mon, 20 Apr 2009 19:39:26 -0700
parents b65e8d0a088a
children 06d759f640f6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
181
3b04745ff76d prep for fedora build
Carl Byington <carl@five-ten-sg.com>
parents: 180
diff changeset
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
3b04745ff76d prep for fedora build
Carl Byington <carl@five-ten-sg.com>
parents: 180
diff changeset
3 html_DATA = $(wildcard *.html) $(wildcard *.pdf)
3b04745ff76d prep for fedora build
Carl Byington <carl@five-ten-sg.com>
parents: 180
diff changeset
4 htmldevel_DATA = $(wildcard devel/*)
3b04745ff76d prep for fedora build
Carl Byington <carl@five-ten-sg.com>
parents: 180
diff changeset
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