Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/buildman @ 2802:58ca94b06908 lwtools-port
now built from defs files
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Fri, 01 Feb 2013 19:26:44 -0600 |
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$$