diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-30 22:58:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-30 22:58:18 +0000 |
commit | 834f1daf17817e352942b3460081aa94957a35b6 (patch) | |
tree | 14047ca37015805ff24fc98766141d2af43d7811 /Build/source/texk/web2c/mplibdir | |
parent | 15511bd89c498bd45f96d60182fb2ef8245041ab (diff) |
r-* prefix for mpost instead of just r; requires new binaries
git-svn-id: svn://tug.org/texlive/trunk@49551 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/mplibdir')
-rw-r--r-- | Build/source/texk/web2c/mplibdir/ChangeLog | 12 | ||||
-rw-r--r-- | Build/source/texk/web2c/mplibdir/am/mplib.am | 4 |
2 files changed, 2 insertions, 14 deletions
diff --git a/Build/source/texk/web2c/mplibdir/ChangeLog b/Build/source/texk/web2c/mplibdir/ChangeLog index f2159904501..e2c7244ebf0 100644 --- a/Build/source/texk/web2c/mplibdir/ChangeLog +++ b/Build/source/texk/web2c/mplibdir/ChangeLog @@ -1,15 +1,3 @@ -2018-12-21 Karl Berry <karl@freefriends.org> - - * mplibdir/am/mplib.am, - * pmpostdir/am/pmpost.am (bin_links): make links at install time: - ln -s mpost rmpost - ln -s pmpost rpmpost - ln -s upmpost rupmpost - which implicitly specify -restricted; these new links can be - included in shell_escape_commands (we hope). - Thread starting here: - https://tug.org/pipermail/tex-live/2017-May/040169.html - 2018-08-27 Luigi Scarso <luigi.scarso@gmail.com> * separation of mpmathbinary from the the core diff --git a/Build/source/texk/web2c/mplibdir/am/mplib.am b/Build/source/texk/web2c/mplibdir/am/mplib.am index f34af06147e..a8b0da6ee26 100644 --- a/Build/source/texk/web2c/mplibdir/am/mplib.am +++ b/Build/source/texk/web2c/mplibdir/am/mplib.am @@ -1,6 +1,6 @@ ## texk/web2c/mplibdir/am/mplib.am: Makefile fragment for MetaPost. ## -## Copyright 2018-2018 Luigi Scarso <tex-live@tug.org> +## Copyright 2017-2018 Luigi Scarso <tex-live@tug.org> ## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. @@ -14,7 +14,7 @@ install_exe_links += install-mpost-links uninstall_exe_links += uninstall-mpost-links else !WIN32 bin_links += mpost$(EXEEXT):dvitomp mpost$(EXEEXT):mfplain -bin_links += mpost$(EXEEXT):rmpost +bin_links += mpost$(EXEEXT):r-mpost endif !WIN32 endif MP EXTRA_PROGRAMS += mpost |