aboutsummaryrefslogtreecommitdiffstats
path: root/usermanual/Makefile
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-05-13 19:05:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-13 19:05:37 +0000
commit53c21a852d9058aa74fc6040d3b25817a67b42a8 (patch)
tree27fbfcea0c1724ef0af89cafff96879b3e0203a9 /usermanual/Makefile
parent00a65913f6f2db78dc88632cda5381b4fe0fb53d (diff)
downloadopenembedded-53c21a852d9058aa74fc6040d3b25817a67b42a8.tar.gz
usermanual/Makefile: use custom stylesheet to output UTF-8 html
usermanual/docbook-utf8.xsl: custom stylesheet to output UTF-8 html
Diffstat (limited to 'usermanual/Makefile')
-rw-r--r--usermanual/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usermanual/Makefile b/usermanual/Makefile
index a43c025455..a8bdbc30ad 100644
--- a/usermanual/Makefile
+++ b/usermanual/Makefile
@@ -5,7 +5,7 @@ manual = $(topdir)/usermanual.xml
types = $(xmltotypes) $(htmltypes)
xmltotypes = pdf txt
htmltypes = html xhtml
-htmlxsl = $(if $(filter $@,$(foreach type,$(htmltypes),$(type)-nochunks)),http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl,http://docbook.sourceforge.net/release/xsl/current/$@/chunk.xsl)
+htmlxsl = $(if $(filter $@,$(foreach type,$(htmltypes),$(type)-nochunks)),docbook-utf8.xsl,http://docbook.sourceforge.net/release/xsl/current/$@/chunk.xsl)
htmlcssfile = docbook.css
htmlcss = $(topdir)/html.css
# htmlcssfile =