summaryrefslogtreecommitdiff
path: root/xcmiscproto/specs/Makefile.am
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 /xcmiscproto/specs/Makefile.am
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 'xcmiscproto/specs/Makefile.am')
-rw-r--r--xcmiscproto/specs/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/xcmiscproto/specs/Makefile.am b/xcmiscproto/specs/Makefile.am
deleted file mode 100644
index 69d3f7f..0000000
--- a/xcmiscproto/specs/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-
-if ENABLE_SPECS
-
-# Main DocBook/XML files (DOCTYPE book)
-docbook = xc-misc.xml
-
-# The location where the DocBook/XML files and their generated formats are installed
-shelfdir = $(docdir)
-
-# Generate DocBook/XML output formats with or without stylesheets
-include $(top_srcdir)/docbook.am
-
-endif ENABLE_SPECS