aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-02-20 06:08:15 +0000
committerJörg Mayer <jmayer@loplof.de>2005-02-20 06:08:15 +0000
commit33738ec00512fcb02f4ca65359f29ef6969a9e7d (patch)
tree6360fc00c45e8d6924d6f640a7af33f5e0451289 /docbook/Makefile
parentfdf7723dd2fa08515bb57a69ed691e986abbdc0c (diff)
The last checkin changed the settings to my system - reevrt them back so Ulf can use it out of the box
svn path=/trunk/; revision=13444
Diffstat (limited to 'docbook/Makefile')
-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)