Patch #: 39 Type: bug fix Priority: low Affects: sites using papif with Transcript Submitted: Larry R. Custead Archived: munnari.OZ.AU mac/cap.patches/cap60.patch039 Application: 'cd cap60; patch -p < cap60.patches/cap60.patch039' Summary: delete extraneous double quote, use psrv File: cap60/applications/papif/Makefile.m4 *** applications/papif/Makefile.m4.orig Thu Feb 28 23:44:10 1991 --- applications/papif/Makefile.m4 Sat Jul 27 22:11:09 1991 *************** *** 18,28 **** # If you have Transcript from Adobe for your laserWriter and want to # print text files, uncomment the next line and set the location properly ifdef([pstextloc],[WPSTEXT="-DPSTEXT=pstextloc()"], ! [# WPSTEXT="-DPSTEXT=\"/usr/local/lib/ps/pstext\"]) # This is if you have transcript and and want page reversal if possible ifdef([psrevloc],[WPSREVERSE=-DPSREVERSE=psrevloc()], ! [# WPSREVERSE=-DPSREVERSE=\"/usr/local/lib/ps/psrev\"]) ifdef([columbia],[all: pstest ps8 ps7 papof],[all: papif papof]) --- 18,28 ---- # If you have Transcript from Adobe for your laserWriter and want to # print text files, uncomment the next line and set the location properly ifdef([pstextloc],[WPSTEXT="-DPSTEXT=pstextloc()"], ! [# WPSTEXT=-DPSTEXT=\"/usr/local/lib/ps/pstext\"]) # This is if you have transcript and and want page reversal if possible ifdef([psrevloc],[WPSREVERSE=-DPSREVERSE=psrevloc()], ! [# WPSREVERSE=-DPSREVERSE=\"/usr/local/lib/ps/psrv\"]) ifdef([columbia],[all: pstest ps8 ps7 papof],[all: papif papof]) *** README.orig Sat Jul 27 22:11:44 1991 --- README Sat Jul 27 22:12:21 1991 *************** *** 3,9 **** (For use with AppleTalk/Ethernet bridge) o RELEASE NOTES ! o CAP Distribution 6.0, Patch Level 38, July 1991 Introduction ------------ --- 3,9 ---- (For use with AppleTalk/Ethernet bridge) o RELEASE NOTES ! o CAP Distribution 6.0, Patch Level 39, July 1991 Introduction ------------