view doc/docbook2html.sh @ 2867:52edc8a3990c

Fix #647: rename configure.in to configure.ac https://github.com/BestImageViewer/geeqie/pull/647
author grumpytetra <>
date Fri, 23 Nov 2018 17:11:24 +0000
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