You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2012/12/09 18:59:57 UTC

svn commit: r1419053 - in /tcl/rivet/branches/2.0: ChangeLog doc/Makefile.am

Author: mxmanghi
Date: Sun Dec  9 17:59:56 2012
New Revision: 1419053

URL: http://svn.apache.org/viewvc?rev=1419053&view=rev
Log:
    * doc/Makefile.am: Manual pages output encoding set to UTF-8


Modified:
    tcl/rivet/branches/2.0/ChangeLog
    tcl/rivet/branches/2.0/doc/Makefile.am

Modified: tcl/rivet/branches/2.0/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.0/ChangeLog?rev=1419053&r1=1419052&r2=1419053&view=diff
==============================================================================
--- tcl/rivet/branches/2.0/ChangeLog (original)
+++ tcl/rivet/branches/2.0/ChangeLog Sun Dec  9 17:59:56 2012
@@ -1,3 +1,6 @@
+2012-12-03 Massimo Manghi <mx...@apache.org>
+    * doc/Makefile.am: Manual pages output encoding set to UTF-8
+
 2012-10-29 Massimo Manghi <mx...@apache.org>
     * rivet/packages/session/[session-create-mysql.sql|session-create-sqlite.sql]: index
     riv_sess_cache_ix had a uncomplete unique key definition that missed the 'package_' column (fixes bug #54063)

Modified: tcl/rivet/branches/2.0/doc/Makefile.am
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.0/doc/Makefile.am?rev=1419053&r1=1419052&r2=1419053&view=diff
==============================================================================
--- tcl/rivet/branches/2.0/doc/Makefile.am (original)
+++ tcl/rivet/branches/2.0/doc/Makefile.am Sun Dec  9 17:59:56 2012
@@ -23,13 +23,17 @@ PICTURES:=$(wildcard images/*.png)
 
 # English, multiple files.
 html/index.html: rivet.xml rivet-chunk.xsl rivet.xsl xml/*.xml
-	xsltproc --stringparam html.stylesheet rivet.css --stringparam \
-	html.ext ".html" --nonet -o html/ rivet-chunk.xsl rivet.xml
+	xsltproc --stringparam html.stylesheet rivet.css \
+	--stringparam html.ext ".html" \
+	--stringparam chunker.output.encoding UTF-8  \
+	--nonet -o html/ rivet-chunk.xsl rivet.xml
 
 # English, one big file.
 html/rivet.html: rivet.xml rivet-nochunk.xsl rivet.xsl xml/*.xml
-	xsltproc --stringparam html.stylesheet rivet.css --stringparam \
-	html.ext ".html" --nonet -o html/rivet.html rivet-nochunk.xsl \
+	xsltproc --stringparam html.stylesheet rivet.css \
+	--stringparam html.ext ".html" \
+	--stringparam chunker.output.encoding UTF-8  \
+	--nonet -o html/rivet.html rivet-nochunk.xsl \
 	rivet.xml
 
 # This means these are not build automatically, but at least



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org