Mercurial > hg > Members > kono > nitros9-code
view docs/ccguide/buildman @ 545:32f33a35f57a
All "See Also" implemented
author | roug |
---|---|
date | Mon, 14 Oct 2002 19:08:34 +0000 |
parents | bea58398bb15 |
children | 14e792902588 |
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 # <!ENTITY quot CDATA ""> cat - > temp$$ <<wrapper <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ <!ENTITY replstart "<"> <!ENTITY replend ">"> <!ENTITY repeatst "{"> <!ENTITY repeaten "}"> <!ENTITY refentrypage SYSTEM "$1.refentry"> ]> <article> &refentrypage; </article> wrapper docbook2pdf temp$$ rm temp$$