diff options
author | Keith Packard <keithp@keithp.com> | 2017-12-13 15:12:26 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-12-13 15:12:26 -0800 |
commit | 8a0e2f194ecada3e65b28cf5de9cd0f08ab39467 (patch) | |
tree | a6fc85ae96a48188c22a5c98a86053abac79cf6e /specs | |
parent | 9d789aad0c9abe7873e982ea423092be0ffbc8f0 (diff) |
Move common inputproto files out of the way
Diffstat (limited to 'specs')
-rw-r--r-- | specs/.gitignore | 1 | ||||
-rw-r--r-- | specs/Makefile.am | 14 |
2 files changed, 0 insertions, 15 deletions
diff --git a/specs/.gitignore b/specs/.gitignore deleted file mode 100644 index 2d19fc7..0000000 --- a/specs/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.html diff --git a/specs/Makefile.am b/specs/Makefile.am deleted file mode 100644 index f2454bc..0000000 --- a/specs/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ - -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 |