[5622] in Athena Bugs
rt 7.0F: X11R4 ICCCM Makefile
daemon@ATHENA.MIT.EDU (marc@ATHENA.MIT.EDU)
Sat Jul 28 01:31:14 1990
From: marc@ATHENA.MIT.EDU
To: bugs@ATHENA.MIT.EDU
Date: Sat, 28 Jul 90 01:31:01 EDT
System name: portnoy
Type and version: RTPC-ROMPC 7.0F (1 update(s) to same version)
Display type: apa16
What were you trying to do?
generate a PS version of the ICCCM
What's wrong:
It loses silently. All you get is "*** Exit 64" from make.
If you're psychic, you'll find the error message "lpr: PostScript:
PostScript: unknown printer" in icccm.PS. This is wrong (a) because
that's not valid postscript (b) error should be printed where I can see
them (c) icccm.ps is the stdout, not stderr file. The error should be
going to stderr.
If I had the PRINTER variable set, the ICCCM would have been
printed. This is not what I want
What should have happened:
The PS version of the ICCCM should have ended up in icccm.PS
Fix:
*** Makefile Sat Jul 28 01:22:32 1990
--- /mit/x11/src/mit/doc/ICCCM/Makefile Wed Dec 20 14:05:31 1989
***************
*** 1,5 ****
#TROFF= ptroff
! TROFF= psroff -t
#TROFF= ditroff -Tps
PRINTER= lpr
--- 1,5 ----
#TROFF= ptroff
! TROFF= psroff
#TROFF= ditroff -Tps
PRINTER= lpr
Please describe any relevant documentation references: