Mercurial > hg > Members > kono > nitros9-code
view docs/ccguide/buildman @ 489:c9cad71c4605
runb.asm now incorporates both 6809 and 6309 versions, Makefile reflects change
author | boisy |
---|---|
date | Wed, 09 Oct 2002 14:44:30 +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$$