summaryrefslogtreecommitdiff
path: root/specs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'specs/Makefile.am')
-rw-r--r--specs/Makefile.am14
1 files changed, 0 insertions, 14 deletions
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