view 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
line wrap: on
line source

htmldir        = ${datadir}/doc/@PACKAGE@-@VERSION@
htmldeveldir   = ${datadir}/doc/@PACKAGE@-@VERSION@/devel
html_DATA      = $(wildcard *.html) $(wildcard *.pdf)
htmldevel_DATA = $(wildcard devel/*)
EXTRA_DIST     = $(html_DATA) $(htmldevel_DATA)