diff options
author | Adam Jackson <ajax@redhat.com> | 2018-01-30 12:09:22 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-01-30 12:09:22 -0500 |
commit | dc2c6e8e2c4932e15218f415eff34a9a46b8fda4 (patch) | |
tree | 8b8fa7dd4813ac92dfbc7f0f83053e91a204cb37 /attic/inputproto | |
parent | d9f9efc70b7e7c8d6b366d90a3de169d47e9002f (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/.gitignore | 1 | ||||
-rw-r--r-- | attic/inputproto/specs/Makefile.am | 14 |
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 |