view html/Makefile.am @ 366:67a3ee227495

fix bug in code allowing folders containing multiple item types
author Carl Byington <carl@five-ten-sg.com>
date Mon, 24 Oct 2016 08:43:08 -0700
parents 06d759f640f6
children
line wrap: on
line source

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