xenocara/proto/inputproto/specs/Makefile.am

15 lines
201 B
Makefile
Raw Normal View History

2012-05-02 13:55:21 -06:00
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