view doc/docbook2html.sh @ 1775:df106a76897c

Add Opera to the list of browsers. Patch by Christian Heckendorf (feature request ID: 2908469).
author zas_
date Fri, 04 Dec 2009 19:45:09 +0000
parents 2ae81598b254
children
line wrap: on
line source

#!/bin/sh

mkdir html
#xsltproc --xinclude -o index.html /usr/share/xml/docbook/stylesheet/nwalsh/current/html/docbook.xsl docbook/GuideIndex.xml

# this requires gnome-doc-utils package
xsltproc --xinclude -o html/GuideIndex.html /usr/share/xml/gnome/xslt/docbook/html/db2html.xsl docbook/GuideIndex.xml