view doc/docbook2html.sh @ 1779:f64e346a3d9c

Move "Add Keyword" menu item at top of Keywords bar contextual menu. Suggested by Lars T¸«£uber.
author zas_
date Thu, 10 Dec 2009 17:48:43 +0000
parents 2ae81598b254
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