aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-08-05 05:50:32 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-08-05 05:50:32 +0000
commita90ae5daba85993f8723d3c7969e37493e37ff89 (patch)
treefc82bb3d2e5d722fe6ace78b03173aee6787820f /docbook/Makefile
parent5648af4d1c62db0e1b1139ce4cfa78e5b4a14c6f (diff)
some minor comments added, as suggested by Joerg Mayer
svn path=/trunk/; revision=11603
Diffstat (limited to 'docbook/Makefile')
-rw-r--r--docbook/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/docbook/Makefile b/docbook/Makefile
index 489e949e03..6113694856 100644
--- a/docbook/Makefile
+++ b/docbook/Makefile
@@ -8,7 +8,9 @@ DOCBOOKXSL="/usr/share/docbook-xsl"
# formatting objects processor
# (comment this out, if you don't want pdf or don't have fop installed)
+# for win32 (cygwin) environments
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="fop-0.20.5/fop.sh"
# html help compiler (Win32 only)