blob: f2454bc3f22071e0c718ab5de0f584ceb353dd67 (
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)TZ=UTC $(ASCIIDOC) -o $@ $<
CLEANFILES = $(doc_DATA)
endif
endif
|