stas 02/04/04 08:01:57 Modified: . INSTALL.win32 Log: more win32 install details Submitted by: Per Einar Ellefsen <[EMAIL PROTECTED]> Revision Changes Path 1.2 +16 -4 modperl-docs/INSTALL.win32 Index: INSTALL.win32 =================================================================== RCS file: /home/cvs/modperl-docs/INSTALL.win32,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- INSTALL.win32 4 Apr 2002 07:12:04 -0000 1.1 +++ INSTALL.win32 4 Apr 2002 16:01:57 -0000 1.2 @@ -2,14 +2,26 @@ you'll have to go through the following steps (while you are in the modperl-docs directory): - cd bin - pl2bat build - pl2bat docset_build - pl2bat makeindex + ..\modperl-docs>cd bin + ..\modperl-docs\bin>pl2bat build + ..\modperl-docs\bin>pl2bat docset_build + ..\modperl-docs\bin>pl2bat makeindex Now, being placed in your base directory, you can execute "bin\build" with any normal options. Note that you need some extra prereuisites to be able to run makeindex (swish-e for instance). + +To generate the PDF version of the site, you will also need the 'ps2pdf' +utility, which is included with the GhostScript distribution: +http://www.ghostscript.com/doc/AFPL/index.htm . Once you install it, you +will need to add the lib\ and bin\ directories to your PATH (the +directories depend on where you installed the Ghostscript distribution): + + * Under Win9x, add the line + set PATH=C:\gs\gs7.04\bin;C:\gs\gs7.04\lib;%PATH% + to your C:\autoexec.bat file. + * Under WinNT, go to Control Panel -> System -> Advanced -> Environment + variables, and edit the PATH variable accordingly. If these files change in CVS, you will need to redo the above steps, or you won't see the changes.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]