view doc/docbook2html.sh @ 2888:f89d0a76c45b

fix build against exiv2-0.27.x fixes #654
author Rasmus Thomsen <rasmus.thomsen@protonmail.com>
date Wed, 02 Jan 2019 01:04:45 +0100
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