summaryrefslogtreecommitdiff
path: root/lib/libXfont/doc/Makefile.am
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2018-05-01 14:09:06 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2018-05-01 14:09:06 +0000
commit37e94cdd723ca3c652ead2ad06557f23021b07ba (patch)
treee0b94695eca039a9320cab10057c5b4edf6a8f79 /lib/libXfont/doc/Makefile.am
parentdee08875497b47d020622f36069facec8e07c4d1 (diff)
Remove libXfont. unlinked from builds since one month.
Diffstat (limited to 'lib/libXfont/doc/Makefile.am')
-rw-r--r--lib/libXfont/doc/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/libXfont/doc/Makefile.am b/lib/libXfont/doc/Makefile.am
deleted file mode 100644
index 4a093c029..000000000
--- a/lib/libXfont/doc/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-
-if ENABLE_DEVEL_DOCS
-if HAVE_XMLTO
-
-# Main DocBook/XML files (DOCTYPE book)
-docbook = fontlib.xml
-
-# Generate DocBook/XML output formats with or without stylesheets
-include $(top_srcdir)/devbook.am
-
-endif HAVE_XMLTO
-endif ENABLE_DEVEL_DOCS