9 lines
558 B
Diff
9 lines
558 B
Diff
--- espgs-8.15.4/lib/dvipdf.dvipdf 2006-11-30 15:41:51.000000000 +0000
|
|
+++ espgs-8.15.4/lib/dvipdf 2007-03-14 21:51:59.000000000 +0000
|
|
@@ -39,4 +39,4 @@
|
|
|
|
# We have to include the options twice because -I only takes effect if it
|
|
# appears before other options.
|
|
-exec dvips $DVIPSOPTIONS -q -f "$infile" | gs $OPTIONS -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile="$outfile" $OPTIONS -c .setpdfwrite -
|
|
+exec dvips $DVIPSOPTIONS -R -q -f "$infile" | gs $OPTIONS -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile="$outfile" $OPTIONS -c .setpdfwrite -
|