Build fix for IBM support.
[monky] / doc / docgen.sh
1 #!/bin/sh
2
3 xsltproc http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl docs.xml > docs.html
4
5 db2x_xsltproc -s man docs.xml -o docs.mxml
6 db2x_manxml docs.mxml
7 { echo ".TH CONKY 1 \"August 2005\" \"conky compiled August 2005\" \"User Commands\""; sed 1d < conky.1; } > conky.2
8 mv conky.2 conky.1
9 #gzip --best --stdout conky.1 > conky.1.gz
10 man ./conky.1 | col -b > README
11 mv README ../