r19850 - gnucash-docs/trunk - Generate html doc in UTF-8 instead of ISO-8859-1
Geert Janssens
gjanssens at code.gnucash.org
Sat Nov 20 14:03:28 EST 2010
Author: gjanssens
Date: 2010-11-20 14:03:28 -0500 (Sat, 20 Nov 2010)
New Revision: 19850
Trac: http://svn.gnucash.org/trac/changeset/19850
Modified:
gnucash-docs/trunk/xmldocs.make
Log:
Generate html doc in UTF-8 instead of ISO-8859-1
Modified: gnucash-docs/trunk/xmldocs.make
===================================================================
--- gnucash-docs/trunk/xmldocs.make 2010-11-20 18:28:38 UTC (rev 19849)
+++ gnucash-docs/trunk/xmldocs.make 2010-11-20 19:03:28 UTC (rev 19850)
@@ -53,6 +53,7 @@
$(mkinstalldirs) "$(docname)"; \
for file in $(docname).xml; do \
xsltproc -o "$(docname)/" --param use.id.as.filename "1" \
+ --stringparam chunker.output.encoding UTF-8 \
"$(top_srcdir)/xsl/general-customization.xsl" "$(srcdir)/$$file"; \
done
More information about the gnucash-changes
mailing list