1First read the generic README file.
2
3...
4
5To be able to run bin/build, bin/docset_build and bin/makeindex under Win32,
6you'll have to go through the following steps (while you are in the
7site directory):
8
9  ..\site>cd bin
10  ..\site\bin>pl2bat build
11  ..\site\bin>pl2bat docset_build
12  ..\site\bin>pl2bat makeindex
13
14Now, being placed in your base directory, you can execute "bin\build" with
15any normal options. Note that you need some extra prereuisites to be able to
16run makeindex (swish-e for instance).
17
18To generate the PDF version of the site, you will also need the 'ps2pdf'
19utility, which is included with the GhostScript distribution:
20http://www.ghostscript.com/doc/AFPL/index.htm . Once you install it, you
21will need to add the lib\ and bin\ directories to your PATH (the
22directories depend on where you installed the Ghostscript distribution):
23
24 * Under Win9x, add the line
25  set PATH=C:\gs\gs7.04\bin;C:\gs\gs7.04\lib;%PATH%
26 to your C:\autoexec.bat file.
27 * Under WinNT, go to Control Panel -> System -> Advanced -> Environment
28 variables, and edit the PATH variable accordingly.
29
30If these files change in CVS, you will need to redo the above steps, or you
31won't see the changes.
32
33