From 299c251d6671dcc17253160ff29641e86912a7ed Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Thu, 30 Oct 2014 14:16:48 +0000 Subject: web2c/pmpostdir: Cleanup for pdvitomp and updvitomp git-svn-id: svn://tug.org/texlive/trunk@35472 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/pmpostdir/ChangeLog | 4 ++++ Build/source/texk/web2c/pmpostdir/pmpost.ch | 6 ++++++ Build/source/texk/web2c/pmpostdir/pmpxout.ch | 10 ++++++++++ 3 files changed, 20 insertions(+) (limited to 'Build') diff --git a/Build/source/texk/web2c/pmpostdir/ChangeLog b/Build/source/texk/web2c/pmpostdir/ChangeLog index 7865fcbde62..2f7427eed78 100644 --- a/Build/source/texk/web2c/pmpostdir/ChangeLog +++ b/Build/source/texk/web2c/pmpostdir/ChangeLog @@ -1,3 +1,7 @@ +2014-10-30 Akira Kakuto + + * pmpost.ch, pmpxout.ch: Cleanup for pdvitomp and updvitomp. + 2014-10-30 Peter Breitenlohner * pmpost.ch [W32TEX]: Handle building of (u)pmpost.dll. diff --git a/Build/source/texk/web2c/pmpostdir/pmpost.ch b/Build/source/texk/web2c/pmpostdir/pmpost.ch index cb4c2f117ef..9e1bb4d43a4 100644 --- a/Build/source/texk/web2c/pmpostdir/pmpost.ch +++ b/Build/source/texk/web2c/pmpostdir/pmpost.ch @@ -243,6 +243,12 @@ else #endif @z +@x + if (FILESTRCASEEQ(base, "dvitomp")) +@y + if (FILESTRCASEEQ(base, P_UP "dvitomp")) +@z + @x if (dvitomp_only) { @; diff --git a/Build/source/texk/web2c/pmpostdir/pmpxout.ch b/Build/source/texk/web2c/pmpostdir/pmpxout.ch index 0f4acf0f524..eda77848972 100644 --- a/Build/source/texk/web2c/pmpostdir/pmpxout.ch +++ b/Build/source/texk/web2c/pmpostdir/pmpxout.ch @@ -401,6 +401,16 @@ case z0: case four_cases(z1): break; @z +@x + mpx->progname = "dvitomp"; +@y +#ifdef UPMP + mpx->progname = "updvitomp"; +#else + mpx->progname = "pdvitomp"; +#endif +@z + @x @= if (mpx_newer(mpxopt->mpname, mpxopt->mpxname)) -- cgit v1.2.3