view doc/docbook2html.sh @ 2882:0149f1ddb297

Fix #656: make install fails on POTFILES.in (random-image plugin) https://github.com/BestImageViewer/geeqie/issues/656
author Andreas Rönnquist <>
date Sun, 06 Jan 2019 17:17:20 +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