diff options
author | Max Kellermann <max@duempel.org> | 2009-02-04 15:25:57 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-04 15:25:57 +0100 |
commit | cd98a72ca6dea49ccf85ed345830e5d2bd8e4ba1 (patch) | |
tree | d08c0500f12ea14b03cd6e0fa5d9c2cf7b2921b5 /doc | |
parent | 824d299eb13e2fc4d03f5c4974a9c4f6511fd284 (diff) | |
download | mpd-cd98a72ca6dea49ccf85ed345830e5d2bd8e4ba1.tar.gz mpd-cd98a72ca6dea49ccf85ed345830e5d2bd8e4ba1.tar.xz mpd-cd98a72ca6dea49ccf85ed345830e5d2bd8e4ba1.zip |
configure.ac: make DocBook processing optional
Disable the HTML documentation generator by default. Most users will
pick it from the web site.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index f59b2fe81..e88957483 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -5,7 +5,7 @@ man_MANS = mpd.1 mpd.conf.5 doc_DATA = mpdconf.example EXTRA_DIST = $(man_MANS) $(DOCBOOK_FILES) mpdconf.example -if HAVE_XMLTO +if ENABLE_DOCUMENTATION protocoldir = $(docdir)/protocol protocol_DATA = $(wildcard protocol/*.html) |