Mercurial > geeqie.yaz
view doc/docbook2html.sh @ 1736:0459cfe50c1a
Add Opera to the list of browsers. Patch by Christian Heckendorf (feature request ID: 2908469).
author | zas_ |
---|---|
date | Fri, 04 Dec 2009 19:45:09 +0000 |
parents | b92fc3c922ac |
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