Epple-II/doc/Makefile.am
2015-07-14 23:07:26 -04:00

20 lines
276 B
Makefile

SUFFIXES = .asciidoc .html
.asciidoc.html :
asciidoc -b html5 $<
.PHONY : html install-html clean
html : index.html
index.html : *.asciidoc
install-html :
mkdir -p $(htmldir)
cp -R *.html *.png *.gif callouts $(htmldir)
clean :
rm -f index.html