aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-20 06:08:15 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-20 06:08:15 +0000
commitf992bff5de5c03c7fbe697e0d1291882c61e6813 (patch)
tree6360fc00c45e8d6924d6f640a7af33f5e0451289 /docbook
parentd2bdbf9696888cc5bdb80064975d7dc9d0131fa2 (diff)
The last checkin changed the settings to my system - reevrt them back so Ulf can use it out of the box
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13444 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'docbook')
-rw-r--r--docbook/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/docbook/Makefile b/docbook/Makefile
index f866eccb45..572a256ac7 100644
--- a/docbook/Makefile
+++ b/docbook/Makefile
@@ -9,7 +9,9 @@
DOCBOOKXSL="/usr/share/docbook-xsl"
# On SUSE 9.1 uncomment the following line:
-DOCBOOKXSL="/usr/share/xml/docbook/stylesheet/nwalsh/1.65.1"
+#DOCBOOKXSL="/usr/share/xml/docbook/stylesheet/nwalsh/1.64.1"
+# On SUSE 9.2 uncomment the following line:
+#DOCBOOKXSL="/usr/share/xml/docbook/stylesheet/nwalsh/1.65.1"
# formatting objects processor
# (comment this out, if you don't want pdf or don't have fop installed)
@@ -17,8 +19,8 @@ DOCBOOKXSL="/usr/share/xml/docbook/stylesheet/nwalsh/1.65.1"
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="/usr/share/fop-0.20.5/fop.sh"
-# One SUSE 9.1 uncomment the following line (make sure you have at least fop-0.20.5-71.2)
-FOP="/usr/bin/fop"
+# One SUSE 9.1 and 9.2 uncomment the following line (make sure you have at least fop-0.20.5-71.2)
+#FOP="/usr/bin/fop"
# html help compiler (Win32 only)
# (comment this out, if you don't want chm or don't have hhc installed)