aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-06-02 13:15:40 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-06-02 13:15:40 +0000
commitd6bdee0a773aa02e8bf7a571385af7a553d4c735 (patch)
tree4b1aefa1194eba5be5d7100943c3eb9332b12a90 /docbook/Makefile
parent17b9798695c3cbc188f1ce5709ef549898c24818 (diff)
Adjust the value of "FOP" to make the new buildbot happy. Tweak some
comments. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18317 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'docbook/Makefile')
-rw-r--r--docbook/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/docbook/Makefile b/docbook/Makefile
index 2286ee7541..4561cffb0e 100644
--- a/docbook/Makefile
+++ b/docbook/Makefile
@@ -9,17 +9,24 @@
# Additional options to fop.
# This needs to contain at least the argument '-Xmx256m'
FOP_OPTS=-Xmx256m
-# (comment this out, if you don't want pdf or don't have fop installed)
+
+# fop executable
+# Leave these commented out if you don't have fop instlled or you
+# don't want PDF documentation.
+#
# for win32 (cygwin) environments (as of fop-0.20 the cygwin script does
# not use $FOP_OPTS)
#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="~/devel/fop-0.20.5/fop.sh"
+#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
# html help compiler (Win32 only)
-# (comment this out, if you don't want chm or don't have hhc installed)
+# 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="true"