xorg-xorgproto/attic/inputproto/specs/Makefile.am
Adam Jackson dc2c6e8e2c git mv *proto/ attic/
Stash the old documentation build recipes somewhere less immediately
ugly.

Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-30 12:09:22 -05:00

14 lines
208 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)TZ=UTC $(ASCIIDOC) -o $@ $<
CLEANFILES = $(doc_DATA)
endif
endif