Path: utzoo!mnetor!uunet!husc6!hao!ames!pasteur!ucbvax!THINK.COM!bromley From: bromley@THINK.COM Newsgroups: comp.windows.x Subject: slight documentation problems Message-ID: <8803100538.AA16073@brigit.think.com> Date: 10 Mar 88 05:38:16 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 26 I recently unpacked the X.V11R2 distribution and found that doc/Toolkit/{widgets,usenix}.PS had problems. Only the first 5 pages of the usenix paper made it, and only the first page of widgets was printed. Not having scribe I can't remake the usenix paper. Could somebody with a good copy put a version in the appropriate place on expo? When I tried to remake widgets.PS a small bug in the Makefile was uncovered. Making widgets.PS recursively invokes make to make the index without passing along the options that could have sensibly been defined on the command line, namely TROFF and PRINTER. The lines widgets: $(FILES1) rm -f widg.idx.raw widgets.PS widgets.idx.PS tbl $(FILES1) | ${TROFF} -t -ms 2> widg.idx.raw > widgets.PS make index.widgets should be changed to widgets: $(FILES1) rm -f widg.idx.raw widgets.PS widgets.idx.PS tbl $(FILES1) | ${TROFF} -t -ms 2> widg.idx.raw > widgets.PS make TROFF=${TROFF} PRINTER=${PRINTER} index.widgets Mark Bromley bromley@think.com