; ; Move the Decus C binary kit components to ; their usual place. V4 DCL stuff untested. ; This requires that the only files in this ; UIC are those from the C binary kit. ; .ASK OK Are C kit files the only files in this UIC .IFF OK .EXIT .SETN DCL 0 .IF EQ "MCR" .GOTO 100 .SETN DCL 1 SET /MCR=TI: .100: PIP LB:[1,1]/FO=*.H,*.OLB,*.OBJ PIP LB:[1,54]/FO=*.TSK .ASK OK Build the documentation .IFF OK .GOTO 200 ; ; Ignore the RNO errors, they are the result ; of VAX (non)standard RUNOFF commands, so ; either flavor will work. ; .IFNINS RNO INS RNO RNO AS/-SP=AS RNO CC/-SP=CC RNO CU/-SP=CU RNO CX/-SP=CX RNO KIT/-SP=KIT RNO TOOLS/-SP=TOOLS RNO WIZARD/-SP=WIZARD .200: .IF DCL NE 0 SET /DCL=TI: ; ; You're now ready to read the documents (read ??) and ; try it out. Good luck. ;