aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-04-30 11:43:19 +0200
committerMax Kellermann <max@duempel.org>2009-04-30 11:43:19 +0200
commit2c7508f72c7b0185bc4b09a892a113e109bc185f (patch)
tree23d056a0ba238cdd74e6ed66838f101c13d7f037 /Makefile.am
parent86a9cd82e7cda040af9357b8c28b3daa34c0b94d (diff)
downloadmpd-2c7508f72c7b0185bc4b09a892a113e109bc185f.tar.gz
mpd-2c7508f72c7b0185bc4b09a892a113e109bc185f.tar.xz
mpd-2c7508f72c7b0185bc4b09a892a113e109bc185f.zip
Makefile.am: ship DocBook sources even when documentation is disabled
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index a8c87f588..5f4e8dbf3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -723,6 +723,8 @@ endif
man_MANS = doc/mpd.1 doc/mpd.conf.5
doc_DATA = AUTHORS COPYING NEWS README UPGRADING doc/mpdconf.example
+DOCBOOK_FILES = doc/protocol.xml doc/user.xml
+
if ENABLE_DOCUMENTATION
protocoldir = $(docdir)/protocol
protocol_DATA = $(wildcard doc/protocol/*.html)
@@ -732,7 +734,6 @@ user_DATA = $(wildcard doc/user/*.html)
if HAVE_XMLTO
-DOCBOOK_FILES = doc/protocol.xml doc/user.xml
DOCBOOK_HTML = $(patsubst %.xml,%/index.html,$(DOCBOOK_FILES))
$(DOCBOOK_HTML): %/index.html: %.xml
@@ -740,7 +741,6 @@ $(DOCBOOK_HTML): %/index.html: %.xml
else
-DOCBOOK_FILES =
DOCBOOK_HTML =
endif