You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by mx...@apache.org on 2009/06/24 16:35:20 UTC

svn commit: r788040 - /tcl/rivet/trunk/doc/Makefile.am

Author: mxmanghi
Date: Wed Jun 24 14:35:20 2009
New Revision: 788040

URL: http://svn.apache.org/viewvc?rev=788040&view=rev
Log:
The Manual is now mantained only in english. Dropped support for multiple languages

Modified:
    tcl/rivet/trunk/doc/Makefile.am

Modified: tcl/rivet/trunk/doc/Makefile.am
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/doc/Makefile.am?rev=788040&r1=788039&r2=788040&view=diff
==============================================================================
--- tcl/rivet/trunk/doc/Makefile.am (original)
+++ tcl/rivet/trunk/doc/Makefile.am Wed Jun 24 14:35:20 2009
@@ -16,20 +16,20 @@
 
 
 # English, multiple files.
-html/index.en.html: rivet.xml rivet-chunk.xsl xml/*.xml
+html/index.html: rivet.xml rivet-chunk.xsl xml/*.xml
 	xsltproc --stringparam html.stylesheet rivet.css --stringparam \
-	html.ext ".en.html" --nonet -o html/ rivet-chunk.xsl rivet.xml
+	html.ext ".html" --nonet -o html/ rivet-chunk.xsl rivet.xml
 
 # English, one big file.
-html/rivet.en.html: rivet.xml rivet-nochunk.xsl xml/*.xml
+html/rivet.html: rivet.xml rivet-nochunk.xsl xml/*.xml
 	xsltproc --stringparam html.stylesheet rivet.css --stringparam \
-	html.ext ".en.html" --nonet -o html/rivet.en.html rivet-nochunk.xsl \
+	html.ext ".html" --nonet -o html/rivet.html rivet-nochunk.xsl \
 	rivet.xml
 
 # FIXME - this means these are not build automatically, but at least
 # people aren't forced to build them either.
 
-docs: html/index.en.html html/rivet.en.html
+docs: html/index.html html/rivet.html
 
 clean:
 	-rm html/*.html



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