Mercurial > libpst
view html/Makefile.am @ 302:507a42e3c48e stable-0-6-54
allow automake to add missing files
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 24 Dec 2011 15:01:58 -0800 |
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)