aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)