view doc/docbook2html.sh @ 2870:49bd0d974e88

Merge.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Dec 2018 21:56:30 +0200
parents 66576dec9d26
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