view doc/docbook2html.sh @ 2876:9408af32ed62

Fix #650, 651: fullscreen does not work over multiple monitors https://github.com/BestImageViewer/geeqie/issues/650
author Jiří Boháč <>
date Wed, 19 Dec 2018 10:10:10 +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