From 059a6431882640439d29e7428ce28f5b389c3774 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 2 Sep 2014 13:44:38 +0200 Subject: doc/user: enable docbook-xslt option "use.id.as.filename" --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3