view etc/ps-prin3.ps @ 28133:afb4e92f898d

* Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary variable before the invocation of YMF_PASS_LDFLAGS, in case both of them try to use backquotes.
author Ken Raeburn <raeburn@raeburn.org>
date Mon, 13 Mar 2000 01:04:12 +0000
parents e0beb5cd0257
children 16202d8d02cf
line wrap: on
line source

% === BEGIN ps-print prologue 3

% --- duplex feature verification
1
UseSetpagedevice {
  {<< /Duplex DuplexValue /Tumble TumbleValue >> setpagedevice}
}{
  {statusdict begin
    DuplexValue setduplexmode TumbleValue settumble
   end}
}ifelse
CheckConfig

% === END ps-print prologue 3