annotate doc/docbook2html.sh @ 1807:3a2aff957816
Allow scrollview to grow when generic dialog is resized (ie. Metadata write ? dialog). Do not force scrollbar if not needed.
author |
zas_ |
date |
Sat, 27 Feb 2010 23:31:07 +0000 |
parents |
2ae81598b254 |
children |
|
rev |
line source |
1773
|
1 #!/bin/sh
|
|
2
|
|
3 mkdir html
|
|
4 #xsltproc --xinclude -o index.html /usr/share/xml/docbook/stylesheet/nwalsh/current/html/docbook.xsl docbook/GuideIndex.xml
|
|
5
|
|
6 # this requires gnome-doc-utils package
|
|
7 xsltproc --xinclude -o html/GuideIndex.html /usr/share/xml/gnome/xslt/docbook/html/db2html.xsl docbook/GuideIndex.xml |