X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=doc%2Fgenerate-html.sh;fp=doc%2Fgenerate-html.sh;h=7d9cd8e1218360f689d6cb870fb9563ba5318ebf;hb=e8acedcba7a5ec937118060c9b8bc59d2337b97b;hp=0000000000000000000000000000000000000000;hpb=959fd8dec4cebda6f1e46e1e4f306ab5ee53493b;p=hvgrip.git diff --git a/doc/generate-html.sh b/doc/generate-html.sh new file mode 100755 index 0000000..7d9cd8e --- /dev/null +++ b/doc/generate-html.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +XSLTPROC_OPTS=/usr/share/xml/docbook/xsl-stylesheets-/xhtml/docbook.xsl + +xsltproc ${XSLTPROC_OPTS} grip.xml > grip.html +