summaryrefslogtreecommitdiff
path: root/attic/inputproto
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-01-30 12:09:22 -0500
committerAdam Jackson <ajax@redhat.com>2018-01-30 12:09:22 -0500
commitdc2c6e8e2c4932e15218f415eff34a9a46b8fda4 (patch)
tree8b8fa7dd4813ac92dfbc7f0f83053e91a204cb37 /attic/inputproto
parentd9f9efc70b7e7c8d6b366d90a3de169d47e9002f (diff)
git mv *proto/ attic/
Stash the old documentation build recipes somewhere less immediately ugly. Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'attic/inputproto')
-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