xenocara/proto/inputproto/specs/Makefile.am
2012-05-02 19:55:21 +00:00

15 lines
201 B
Makefile

if ENABLE_SPECS
if HAVE_ASCIIDOC
doc_DATA = XI2proto.html XIproto.html
dist_doc_DATA = XI2proto.txt XIproto.txt
%.html: %.txt
$(AM_V_GEN)$(ASCIIDOC) -o $@ $<
CLEANFILES = $(doc_DATA)
endif
endif