aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-02-01 01:15:07 +0000
committerGerald Combs <gerald@wireshark.org>2007-02-01 01:15:07 +0000
commitd510893734218ffe616c7b014cb783a9e8c78741 (patch)
tree9270d4f193bf005b88acb400be0b5fd5ceba8284 /docbook
parent9f5386d4080feca3afa2fc22e345c445a110765a (diff)
Let the user (e.g. one named "buildbot") specify the location of FOP.
svn path=/trunk/; revision=20659
Diffstat (limited to 'docbook')
-rw-r--r--docbook/Makefile.nmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/docbook/Makefile.nmake b/docbook/Makefile.nmake
index f0583c02da..aa979a17b7 100644
--- a/docbook/Makefile.nmake
+++ b/docbook/Makefile.nmake
@@ -19,7 +19,9 @@ FOP_OPTS=-Xmx256m
#
# for win32 (cygwin) environments (as of fop-0.20 the cygwin script does
# not use $FOP_OPTS)
+!IFNDEF FOP
FOP=fop-0.20.5\fop.bat
+!ENDIF
#
# for unix like environments (if you have problems with fop, try to use an absolute path here)
#FOP=fop-0.20.5/fop.sh