How to build docs from source?

vserd at inbox.ru vserd at inbox.ru
Fri Feb 23 04:14:15 CST 2007


 Hi all

> Or how to setup build environment on Windows ?

0. Download XSL stylesheets for DocBook, libxslt, Libxml (see Readme)
1. From the http://www.mingw.org/download.shtml download MSYS and mingw32-make
2. Install MSYS and mingw32-make.
3. Rename make.exe in MSYS folder to make_.exe
4. Copy mingw32-make.exe to MSYS\BIN directory\make.exe
5. Create script file
#!/bin/sh
cd /D/SVN/Book/en
PATH=${PATH}:/D/SVN/Book/tools/xslt:/D/SVN/Book/tools/Libxml:/D/SVN/Book/tools/IConv:
make all-html

Where
  /D/SVN/Book/en -- path where svn book  location (D:/SVN/Book/en)
  /D/SVN/Book/tools/xslt:/D/SVN/Book/tools/Libxml:/D/SVN/Book/tools/IConv
  -- path where program can find libxslt, Libxml.
6. Save this file to MSYS\BIN. For example sb
7. run MSYS and enter sb in command prompt.
8. fix error or see result.



-- 
 vserd                          mailto:vserd at inbox.ru






More information about the svnbook-dev mailing list