Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/buildman @ 1892:77d83b367eba
reduced labeltab size so os9boot would link
author | robert |
---|---|
date | Fri, 14 Oct 2005 01:56:25 +0000 |
parents | 740f7868679c |
children |
line wrap: on
line source
#!/bin/sh if [ $# -ne 1 ]; then echo " Usage: buildman commandname" echo " The result is in file r1.html" exit 1 fi cat - > temp$$ <<wrapper <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ <!ENTITY replstart "<"> <!ENTITY replend ">"> <!ENTITY repeatst "{"> <!ENTITY repeaten "}"> <!ENTITY quot CDATA ""> <!ENTITY refentrypage SYSTEM "$1.refentry"> ]> <article> &refentrypage; </article> wrapper docbook2man temp$$ rm temp$$