diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2019-01-28 22:35:31 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2019-01-28 22:35:31 +0000 |
commit | 708ca6d80de4ace083376877e5ee9160a9f9001f (patch) | |
tree | 8e3ef9141b1f164643a192390f5fe79d00aac7b4 /Build/source | |
parent | 58716ee4be6eb8b578e9e7097971079d0e9d0b6a (diff) |
adapt to the changed mpost.w
git-svn-id: svn://tug.org/texlive/trunk@49854 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/web2c/pmpostdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/pmpostdir/pmpost.ch | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/pmpostdir/ChangeLog b/Build/source/texk/web2c/pmpostdir/ChangeLog index 49468b17053..40d4f765d44 100644 --- a/Build/source/texk/web2c/pmpostdir/ChangeLog +++ b/Build/source/texk/web2c/pmpostdir/ChangeLog @@ -1,3 +1,7 @@ +2019-01-29 Akira Kakuto <kakuto@w32tex.org> + + * pmpost.ch: adapt to the new mpost.w. + 2018-12-21 Karl Berry <karl@freefriends.org> * am/pmpost.am (bin_links): make r* links at install time; diff --git a/Build/source/texk/web2c/pmpostdir/pmpost.ch b/Build/source/texk/web2c/pmpostdir/pmpost.ch index a58918998b9..d467528b031 100644 --- a/Build/source/texk/web2c/pmpostdir/pmpost.ch +++ b/Build/source/texk/web2c/pmpostdir/pmpost.ch @@ -263,7 +263,7 @@ else @x if (dvitomp_only) { - @<Read and set dvitomp command line options@>; + @<Read and set \.{dvitomp} command line options@>; } else { @y kanjioption[0] = '\0'; @@ -280,7 +280,7 @@ else #endif if (dvitomp_only) { - @<Read and set dvitomp command line options@>; + @<Read and set \.{dvitomp} command line options@>; } else { @z |