summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
deleted file mode 100644
index e8e40f4..0000000
--- a/doc/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-
-if ENABLE_DOCS
-if HAVE_XMLTO
-
-# Main DocBook/XML files (DOCTYPE book)
-docbook = porting.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 HAVE_XMLTO
-endif ENABLE_DOCS