Commit bc4f1920 authored by Marco Mariani's avatar Marco Mariani

paths to build HTML under linux

parent 7d2f5e56
...@@ -7,8 +7,12 @@ ...@@ -7,8 +7,12 @@
# $ make # $ make
# #
XSLTPROC=xsltproc XSLTPROC=xsltproc
# Under Cygwin:
XSLFILE=/usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl XSLFILE=/usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl
XSLCHUNKFILE=/usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl XSLCHUNKFILE=/usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl
# Under Linux/Ubuntu:
#XSLFILE=/usr/share/xml/docbook/stylesheet/docbook-xsl/html/docbook.xsl
#XSLCHUNKFILE=/usr/share/xml/docbook/stylesheet/docbook-xsl/html/chunk.xsl
XSLTPARA=--stringparam section.autolabel 1 \ XSLTPARA=--stringparam section.autolabel 1 \
--stringparam section.label.includes.component.label 1 \ --stringparam section.label.includes.component.label 1 \
--stringparam variablelist.term.separator "" \ --stringparam variablelist.term.separator "" \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment