diff options
author | Max Kellermann <max@musicpd.org> | 2018-07-24 22:28:29 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-07-24 22:28:29 +0200 |
commit | 84ff71002e459ea7ba326cb92ad31edc54d883c4 (patch) | |
tree | 29f2e63ca92ee0615049be8e2d451ae67dd58b7b /Makefile.am | |
parent | 7f1b134137cce99901b33114777a38d91d233443 (diff) |
doc/user: remove the obsolete DocBook version
Was converted to reStructuredText / Sphinx in commit
8a689e68bcef55f689f9d226440f236e5ea676ae
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index e0b13df32..20f1e8858 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2513,15 +2513,12 @@ endif man_MANS = doc/mpd.1 doc/mpd.conf.5 doc_DATA = AUTHORS COPYING NEWS README.md doc/mpdconf.example -DOCBOOK_FILES = doc/protocol.xml doc/user.xml +DOCBOOK_FILES = doc/protocol.xml if ENABLE_DOCUMENTATION protocoldir = $(docdir)/protocol protocol_DATA = $(wildcard doc/protocol/*.html) -userdir = $(docdir)/user -user_DATA = $(wildcard doc/user/*.html) - DOCBOOK_HTML = $(patsubst %.xml,%/index.html,$(DOCBOOK_FILES)) DOCBOOK_INCLUDES = $(wildcard $(srcdir)/doc/include/*.xml) |