diff options
| author | Gerald Combs <gerald@wireshark.org> | 2006-06-22 14:54:43 +0000 |
|---|---|---|
| committer | Gerald Combs <gerald@wireshark.org> | 2006-06-22 14:54:43 +0000 |
| commit | 44c68b24d986393fff674ee663330d1efec9700d (patch) | |
| tree | 8e06a3f0c10384e00fad4a323257a224cf61e75a | |
| parent | 735f661406cc47b85761933e7219ef1a8cdaed40 (diff) | |
| download | wireshark-old-trunk-1.0.tar.gz wireshark-old-trunk-1.0.tar.bz2 wireshark-old-trunk-1.0.zip | |
Adjust the environment to suit the Windows builder.backups/master-1.0@18703old-trunk-1.0
svn path=/trunk-1.0/; revision=18546
| -rw-r--r-- | docbook/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docbook/Makefile b/docbook/Makefile index f5e90849a2..7acec0a1ce 100644 --- a/docbook/Makefile +++ b/docbook/Makefile @@ -17,18 +17,18 @@ FOP_OPTS=-Xmx256m # # for win32 (cygwin) environments (as of fop-0.20 the cygwin script does # not use $FOP_OPTS) -#FOP=fop-0.20.5/fop.bat +FOP=fop-0.20.5/fop.bat # # for unix like environments (if you have problems with fop, try to use an absolute path here) #FOP=fop-0.20.5/fop.sh # # One SUSE 9.1 and 9.2 uncomment the following line (make sure you have at least fop-0.20.5-71.2) -FOP=fop +#FOP=fop # html help compiler (Win32 only) # Leave these commented out if you don't have HHC installed or you # don't want CHM documentation. -#HHC="/cygdrive/c/Program Files/HTML Help Workshop/hhc.exe" +HHC="/cygdrive/c/Program Files/HTML Help Workshop/hhc.exe" #HHC="true" # elinks (text version of release notes) |
