$! TOLDOC.COM $! $! Build tool documentation, run as an indirect command file $! $! $! The following accounts are used: $! $ ASSIGN [-.COMMAND] DOC ! Documentation (.RNO, etc.) $ ASSIGN [-] OUT ! C library output $ ASSIGN [-.TOOLS] TOOLS ! Tools library $! $! $ GETRNO := $BIN:GETRNO.EXE $ FIXDOC := $BIN:FIXDOC.EXE $! $ GETRNO >TOOL1.TMP -R -H DOC:TOOLHD.RNO -C TOOLS:*.C $ RUNOFF/UNDERLINE/OUT=TOOL2.TMP TOOL1.TMP $ DELETE TOOL1.TMP;* $ FIXDOC OUT:TOOLS.DOC $ DELETE TOOL2.TMP;* $!