[svnbook commit] r2428 - trunk/src/it/lab

nebiac noreply at red-bean.com
Mon Sep 18 07:07:42 CDT 2006


Author: nebiac
Date: Mon Sep 18 07:07:41 2006
New Revision: 2428

Modified:
   trunk/src/it/lab/Readme.txt

Log:
Introduced detailed instruction about file usage.

Modified: trunk/src/it/lab/Readme.txt
==============================================================================
--- trunk/src/it/lab/Readme.txt	(original)
+++ trunk/src/it/lab/Readme.txt	Mon Sep 18 07:07:41 2006
@@ -1,6 +1,20 @@
-Questa directory contiene files oggetto di modifica che non possono essere
-allegati alle mail inviate presso la mail list svn-it.
-Il dettaglio dello stato del contenuto di questa directory può essere conosciuto
-leggendo l svn-it mail list.
 
-I files *.orig sono quelli 'originali' senza modifiche.
\ No newline at end of file
+How to generate single page HTML with text from a specific language (it in this example)
+----------------------------------------------------------------------------------------
+Required files: src\it\lab\Makefile.base-rules
+
+Step 1 - Prepare environment
+Copy Makefile.base-rules in src\tools\tools in your LOCAL copy of src.
+
+Step 2 - Generate HTML with only IT text
+cd src/it
+export LANG_FILTER=1
+make html
+
+
+How to generate Mchunk-HTML with text from a specific language (it in this example)
+----------------------------------------------------------------------------------------
+Required files: src\it\lab\chunk-stylesheet.xsl
+
+Step 1 - Prepare environment
+..t be completed
\ No newline at end of file




More information about the svnbook-dev mailing list