|
From: <de...@us...> - 2003-08-13 11:53:53
|
Update of /cvsroot/babeldoc/babeldoc/readme
In directory sc8-pr-cvs1:/tmp/cvs-serv10979/readme
Modified Files:
INSTALL
Log Message:
Changed version number and removed references to build directory since it does not exist in new dist file
Index: INSTALL
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/readme/INSTALL,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** INSTALL 16 Mar 2003 22:54:54 -0000 1.2
--- INSTALL 13 Aug 2003 11:44:51 -0000 1.3
***************
*** 1,3 ****
! Babeldoc v0.9.5.1
==============================
--- 1,3 ----
! Babeldoc v1.1.7
==============================
***************
*** 18,28 ****
4. Environment variables
! a. Set the BABELDOC_HOME environmet variable to the build directory
b. Add %BABELDOC_HOME%\bin (Windows) or ${BABELDOC_HOME}\bin (*nix) to your path
4. Documentation: userguide
----------------------------
! a. Windows: build\bin\babeldoc process -p documentation -f readme\userguide.xml -a style=html
! b. Unix: build/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 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)
|