summaryrefslogtreecommitdiff
path: root/specs/Makefile.am
blob: a83cf40a29394058620cfc1c7da7b36fe6b42122 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

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