summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/Makefile
diff options
context:
space:
mode:
authorlumag <lumag@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-30 16:41:14 +0000
committerlumag <lumag@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-30 16:41:14 +0000
commit409cfd1eb6e23d5d8bc5b48371b9e3b3780cb0e6 (patch)
treead311c4fff3e3dd4b621760b5e3e80f0433c177b /DOCS/xml/Makefile
parent004d3a060cd0d550fa454120c9a3b3616e0211ac (diff)
downloadmpv-409cfd1eb6e23d5d8bc5b48371b9e3b3780cb0e6.tar.bz2
mpv-409cfd1eb6e23d5d8bc5b48371b9e3b3780cb0e6.tar.xz
Add support for the Saxon XSLT Processor.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10026 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/Makefile')
-rw-r--r--DOCS/xml/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/DOCS/xml/Makefile b/DOCS/xml/Makefile
index 93b0529085..8f80ffdd01 100644
--- a/DOCS/xml/Makefile
+++ b/DOCS/xml/Makefile
@@ -5,6 +5,12 @@
# The xsltproc program.
XSLTPROC = xsltproc
+# Another xslt converter.
+# If you want to use it, change also USE_SAXON to 1 (below)
+# Probably you must also change the path to saxon.jar.
+USE_SAXON = 0
+SAXON_COMMAND = java -cp /usr/share/java/saxon.jar com.icl.saxon.StyleSheet
+
# The xmllint program.
XMLLINT = xmllint
@@ -38,7 +44,7 @@ HTML_TOP = ../HTML
#####[ End of configuration ]###########################################
-export CHUNK_XSL SGML_CATALOG_FILES XMLLINT XSLTPROC
+export CHUNK_XSL SGML_CATALOG_FILES XMLLINT XSLTPROC SAXON_COMMAND USE_SAXON
.PHONY: no-target
no-target: