aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.nmake
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-01 01:15:07 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-01 01:15:07 +0000
commitdffcf0b301a96cd5de3589fb0138fab477be72e8 (patch)
tree9270d4f193bf005b88acb400be0b5fd5ceba8284 /docbook/Makefile.nmake
parent3f3976e28916869cf7a637f9670991581439ab3b (diff)
Let the user (e.g. one named "buildbot") specify the location of FOP.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20659 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'docbook/Makefile.nmake')
-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