view doc/docbook2html.sh @ 1806:022456247824

Add the feature to add single keywords to selection This patch adds a context menu entry to keywords to ad the current keyword to all selected images.
author mow
date Sat, 27 Feb 2010 20:35:26 +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