View | Details | Raw Unified | Return to bug 153534
Collapse All | Expand All

(-)docbook2html.sh (-2 / +2 lines)
Lines 1-7 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
mkdir html
3
mkdir html
4
#xsltproc --xinclude -o index.html /usr/share/xml/docbook/stylesheet/nwalsh/current/html/docbook.xsl docbook/GuideIndex.xml
4
#xsltproc --xinclude -o index.html /usr/local/share/xml/docbook/stylesheet/nwalsh/current/html/docbook.xsl docbook/GuideIndex.xml
5
5
6
# this requires gnome-doc-utils package
6
# this requires gnome-doc-utils package
7
xsltproc --xinclude -o html/GuideIndex.html /usr/share/xml/gnome/xslt/docbook/html/db2html.xsl docbook/GuideIndex.xml
7
xsltproc --xinclude -o html/GuideIndex.html /usr/local/share/xml/gnome/xslt/docbook/html/db2html.xsl docbook/GuideIndex.xml

Return to bug 153534