aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-09-02 13:44:38 +0200
committerMax Kellermann <max@duempel.org>2014-09-02 13:44:38 +0200
commit059a6431882640439d29e7428ce28f5b389c3774 (patch)
treee03b122636fde54b17dd62fad3e18cf36e8c5db3 /Makefile.am
parent7facad41b7089db8bd6fa74d9299150c60494592 (diff)
downloadmpd-059a6431882640439d29e7428ce28f5b389c3774.tar.gz
mpd-059a6431882640439d29e7428ce28f5b389c3774.tar.xz
mpd-059a6431882640439d29e7428ce28f5b389c3774.zip
doc/user: enable docbook-xslt option "use.id.as.filename"
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 606081fab..0e3b871e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2083,7 +2083,7 @@ if HAVE_XMLTO
DOCBOOK_HTML = $(patsubst %.xml,%/index.html,$(DOCBOOK_FILES))
$(DOCBOOK_HTML): %/index.html: %.xml
- $(XMLTO) -o $(@D) --stringparam chunker.output.encoding=utf-8 html $<
+ $(XMLTO) -o $(@D) --stringparam chunker.output.encoding=utf-8 html --stringparam use.id.as.filename=1 $<
else