summaryrefslogtreecommitdiff
path: root/attic/inputproto/specs
diff options
context:
space:
mode:
Diffstat (limited to 'attic/inputproto/specs')
-rw-r--r--attic/inputproto/specs/.gitignore1
-rw-r--r--attic/inputproto/specs/Makefile.am14
2 files changed, 15 insertions, 0 deletions
diff --git a/attic/inputproto/specs/.gitignore b/attic/inputproto/specs/.gitignore
new file mode 100644
index 0000000..2d19fc7
--- /dev/null
+++ b/attic/inputproto/specs/.gitignore
@@ -0,0 +1 @@
+*.html
diff --git a/attic/inputproto/specs/Makefile.am b/attic/inputproto/specs/Makefile.am
new file mode 100644
index 0000000..f2454bc
--- /dev/null
+++ b/attic/inputproto/specs/Makefile.am
@@ -0,0 +1,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