mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
Stash the old documentation build recipes somewhere less immediately ugly. Signed-off-by: Adam Jackson <ajax@redhat.com>
14 lines
208 B
Makefile
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
|