summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-04-28 15:13:23 +0000
committerNorbert Preining <preining@logic.at>2008-04-28 15:13:23 +0000
commit3c821224b4d6b7cd907ec60b3f6a045da6dff37f (patch)
tree70120794d86da70a07298a556500d477b67913db /Master/install-tl
parentad8ff2aebe18b02a554b1cfa911de317e1421c0d (diff)
dvipdfmx.cfg with rungs from Reinhard
git-svn-id: svn://tug.org/texlive/trunk@7699 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl12
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 615fd899a0a..591749733ed 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -838,12 +838,14 @@ sub do_postinst_stuff {
open(DVIPDFMCONFIGINST, ">$TEXMFSYSVAR/dvipdfm/dvipdfmx.cfg")
or die("Cannot open $TEXMFSYSVAR/dvipdfm/dvipdfmx.cfg");
while (<DVIPDFMCONFIGDIST>) {
- # we still don't know what to do with dvipdfmx.cfg invocation
- # if (m/^D /) {
- # print DVIPDFMCONFIGINST 'D "epstopdf --outfile=%o --nocompress %i"', "\n";
- #} else {
+ we still don't know what to do with dvipdfmx.cfg invocation
+ if (m/^D /) {
+ print DVIPDFMCONFIGINST "%$_";
+ print DVIPDFMCONFIGINST "\n%% GhostScript (TeX Live (Unix and Win32)):\n";
+ print DVIPDFMCONFIGINST 'D "rungs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sD[truncated]', "\n\n";
+ } else {
print DVIPDFMCONFIGINST;
- #}
+ }
}
close(DVIPDFMCONFIGDIST);
close(DVIPDFMCONFIGINST);