Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/buildman @ 2979:978396f33bb2
Move bootman to 3rdparty/wip and add a ReadMe file
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sat, 05 Apr 2014 10:19:12 +0200 |
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$$