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 19:01:04 UTC

svn commit: r1419054 - in /tcl/rivet/branches/2.1: ./ ChangeLog doc/ doc/Makefile.am

Author: mxmanghi
Date: Sun Dec  9 18:01:03 2012
New Revision: 1419054

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


Modified:
    tcl/rivet/branches/2.1/   (props changed)
    tcl/rivet/branches/2.1/ChangeLog
    tcl/rivet/branches/2.1/doc/   (props changed)
    tcl/rivet/branches/2.1/doc/Makefile.am

Propchange: tcl/rivet/branches/2.1/
------------------------------------------------------------------------------
  Merged /tcl/rivet/trunk:r1409006-1416703

Modified: tcl/rivet/branches/2.1/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.1/ChangeLog?rev=1419054&r1=1419053&r2=1419054&view=diff
==============================================================================
--- tcl/rivet/branches/2.1/ChangeLog (original)
+++ tcl/rivet/branches/2.1/ChangeLog Sun Dec  9 18:01:03 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-11-13 Massimo Manghi <mx...@apache.org>
     * doc/xml/form.xml: subcommand 'checkboxes' documented
 
@@ -92,7 +95,7 @@
 2012-08-15 Massimo Manghi <mx...@apache.org>
     * doc/xml/dio.xml: Fixed wrong declariation of 'insert' subcommand in page manual (Bug #53670)
     * rivet/packages/dio/dio_Postgresql.tcl: method makeDBFieldValue implemented and tested with
-    package Sessiona (Bug #53703).
+    package Session (Bug #53703).
     * rivet/packages/session/session-create.sql: file renamed as session-create-postgresql.sql. 
     Schema tested with package Session. 
     * Changelog: entry of Aug 12 corrected: the method of Database (dio.tcl) in question was 'store' 

Propchange: tcl/rivet/branches/2.1/doc/
------------------------------------------------------------------------------
  Merged /tcl/rivet/trunk/doc:r1409006-1416703

Modified: tcl/rivet/branches/2.1/doc/Makefile.am
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.1/doc/Makefile.am?rev=1419054&r1=1419053&r2=1419054&view=diff
==============================================================================
--- tcl/rivet/branches/2.1/doc/Makefile.am (original)
+++ tcl/rivet/branches/2.1/doc/Makefile.am Sun Dec  9 18:01:03 2012
@@ -25,13 +25,17 @@ EXAMPLES:=$(wildcard examples/*.*)
 
 # 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
@@ -39,7 +43,7 @@ html/rivet.html: rivet.xml rivet-nochunk
 
 docs: picts html/rivet.css html/index.html
 
-docs-nochunk: html/rivet.html
+docs-nochunk: picts html/rivet.css html/rivet.html
 
 html/rivet.css: mandirs rivet.css
 	cp -v rivet.css html/



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