summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-03-01 14:30:37 -0500
committerAdam Jackson <ajax@redhat.com>2018-03-01 14:30:37 -0500
commit0fb06b74423d5490df56ed69b1721c547cffd7ec (patch)
treef9ab7f445340e688cda310900d6ada7ae01f0582 /specs
parentc6d1092daa34d3ca32f7bd266c1dc0032d7636a7 (diff)
downloadxorg-proto-inputproto-master.tar.gz
Deprecate inputprotoHEADmaster
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'specs')
-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