Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/buildman @ 2909:b71f67993fe0
level2/coco3/makefile: Use OS9FORMAT macro
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sat, 11 Jan 2014 20:56:53 +0100 |
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$$