aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-02-03 02:09:39 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-02-03 02:09:39 +0000
commit2d989b744901e3e6fc9d1928c54b951b094a6e76 (patch)
treefdaab40bc6cac88b8ef9b3736b2bbe48dd10c5fe /docbook/Makefile.nmake
parent9daa178f4ff082480e4e8dec18a94813189d46fb (diff)
remove Unix related stuff, as this file is Win32 only
svn path=/trunk/; revision=20689
Diffstat (limited to 'docbook/Makefile.nmake')
-rw-r--r--docbook/Makefile.nmake29
1 files changed, 9 insertions, 20 deletions
diff --git a/docbook/Makefile.nmake b/docbook/Makefile.nmake
index c30137ddd1..657e78d9af 100644
--- a/docbook/Makefile.nmake
+++ b/docbook/Makefile.nmake
@@ -14,27 +14,18 @@
FOP_OPTS=-Xmx256m
# fop executable
-# Leave these commented out if you don't have fop instlled or you
+# Leave these commented out if you don't have fop installed or you
# don't want PDF documentation.
#
-# for win32 (cygwin) environments (as of fop-0.20 the cygwin script does
-# not use $FOP_OPTS)
+# (as of fop-0.20 the cygwin script does not use $FOP_OPTS)
!IFNDEF FOP
FOP=fop-0.20.5\fop.bat
!ENDIF
-#
-# for unix like environments (if you have problems with fop, try to use an absolute path here)
-#FOP=fop-0.20.5/fop.sh
-#
-# One SUSE 9.1 and newer uncomment the following line (make sure you have
-# at least fop-0.20.5-71.2)
-#FOP=fop
-# html help compiler (Win32 only)
+# html help compiler
# Leave these commented out if you don't have HHC installed or you
# don't want CHM documentation.
HHC="C:\Program Files\HTML Help Workshop\hhc.exe"
-#HHC="true"
# html to text converter for text version of release notes, e.g. elinks.
# This could also be "lynx", or "true" if neither elinks nor lynx is installed
@@ -44,24 +35,22 @@ HHC="C:\Program Files\HTML Help Workshop\hhc.exe"
HTML2TXT=lynx -dump -width=72 -nolist -stdin
#HTML2TXT="true"
-############### YOU SHOULDN'T HAVE TO EDIT ANYTHING BELOW THIS LINE! ################
-
-include ..\config.nmake
-include Makefile.common
-
# the XSL processor
XSLTPROC="xsltproc"
# the XML validator (from the xsltproc package)
XMLLINT="xmllint"
+
+############### YOU SHOULDN'T HAVE TO EDIT ANYTHING BELOW THIS LINE! ################
+
+include ..\config.nmake
+include Makefile.common
+
# Automatically generate .pdf files from .fo files
-# Suse needs FOP_OPTS, Debian needs JAVA_OPTS
.fo.pdf:
$(FOP) $< $@
-# FOP_OPTS="$(FOP_OPTS) $(JAVA_OPTS)" $(FOP) $< $@
-
all: svn_version_check wsug.validated wsdg.validated release_notes.validated wsug wsdg release_notes