view html/Makefile.am @ 182:b65e8d0a088a

more cleanup on external names in the shared object file
author Carl Byington <carl@five-ten-sg.com>
date Mon, 13 Apr 2009 11:39:33 -0700
parents 3b04745ff76d
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)