From: bruce m. <tr...@us...> - 2004-08-25 01:40:59
|
Update of /cvsroot/babeldoc/babeldoc/readme In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17278/readme Modified Files: INSTALL README Log Message: Updated build so that support directory is excluded from distributions files. Set the build number to 1.3.1. Reversed (kinda) some of the changes that webhiker made to the quick start document. All in preparation for 1.3.1 Index: README =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/readme/README,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** README 13 Aug 2003 11:37:22 -0000 1.3 --- README 25 Aug 2004 01:40:50 -0000 1.4 *************** *** 2,6 **** =================== ! This is babeldoc version 1.1.7 It is in a usable state Please see the examples directory and follow the directions in the readme file in each sub-directory --- 2,6 ---- =================== ! This is babeldoc version 1.2.x It is in a usable state Please see the examples directory and follow the directions in the readme file in each sub-directory Index: INSTALL =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/readme/INSTALL,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** INSTALL 13 Aug 2003 11:44:51 -0000 1.3 --- INSTALL 25 Aug 2004 01:40:50 -0000 1.4 *************** *** 9,13 **** 2. Unpacking ------------ ! a. Unpack the zip or tar.gz into a directory b. Change into the created babeldoc directory. --- 9,13 ---- 2. Unpacking ------------ ! a. Unpack the zip or tar.gz into a directory, b. Change into the created babeldoc directory. *************** *** 18,28 **** 4. Environment variables ! a. Set the BABELDOC_HOME environmet variable to the created directory b. Add %BABELDOC_HOME%\bin (Windows) or ${BABELDOC_HOME}\bin (*nix) to your path 4. Documentation: userguide ---------------------------- ! a. Windows: bin\babeldoc process -p documentation -f readme\userguide.xml -a style=html ! b. Unix: bin/babeldoc process -p documentation -f readme/userguide.xml -a style=html (The documentation will be: readme/userguide.xml.html) --- 18,28 ---- 4. Environment variables ! a. Set the BABELDOC_HOME environment variable to the created 'build' directory b. Add %BABELDOC_HOME%\bin (Windows) or ${BABELDOC_HOME}\bin (*nix) to your path 4. Documentation: userguide ---------------------------- ! a. Windows: babeldoc process -p documentation -f readme\userguide.xml -a style=html ! b. Unix: babeldoc process -p documentation -f readme/userguide.xml -a style=html (The documentation will be: readme/userguide.xml.html) |