Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ut-sally.UUCP Path: utzoo!decvax!genrad!panda!talcott!harvard!ut-sally!std-unix From: std-unix@ut-sally.UUCP (Moderator, John Quarterman) Newsgroups: mod.std.unix Subject: Re: V4N2; V4N3: P1003.D6 run script problem Message-ID: <3684@ut-sally.UUCP> Date: Sun, 1-Dec-85 12:29:44 EST Article-I.D.: ut-sally.3684 Posted: Sun Dec 1 12:29:44 1985 Date-Received: Sun, 1-Dec-85 22:55:03 EST References: <3668@ut-sally.UUCP> Organization: IEEE/P1003 Portable Operating System Environment Committee Lines: 33 Approved: jsq@sally.UUCP Summary: run script was broken: here's a working one The run script in P1003.D6.Z refers to "$HOME/bin/fixuptbl.sed", which is used locally at decvax to convince their LN01 to draw continuous vertical and horizontal rules. It also uses the file "respform". In other words, it was a private script for decvax. Here is a public version. It also appears on sally.UTEXAS.EDU as -rw-r--r-- 1 jsq bin 512 Dec 1 11:26 ~ftp/pub/P1003.D6.run #! /bin/csh -f # output/forew.pageno must be created by hand; it looks like # # .nr XP 7 \" FOREWORD BEGINS # # where the 7 is the number of the first page following the table of contents # if( -e output/forew.pageno ) cat output/forew.pageno >output/tbl.o soelim sect/ch* | tbl >>output/tbl.o csh -c 'nice +1 time ditroff -rZ1 -t -Tln01 mmt ieee.macros output/tbl.o >output/draft6' >& output/index.raw cd output ../index.tools/mkindex lpr -Pln -n -m index.ditroff.o draft6 ../index.tools/updaterefs exit Volume-Number: Volume 4, Number 3