Imported Upstream version 2.2
[platform/upstream/inputproto.git] / specs / Makefile.am
1
2 if ENABLE_SPECS
3 if HAVE_ASCIIDOC
4
5 doc_DATA = XI2proto.html XIproto.html
6 dist_doc_DATA = XI2proto.txt XIproto.txt
7
8 %.html: %.txt
9         $(AM_V_GEN)$(ASCIIDOC) -o $@ $<
10
11 CLEANFILES = $(doc_DATA)
12
13 endif
14 endif