diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-21 18:57:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-21 18:57:27 +0000 |
commit | b9eb17964fe90a669cdb00d40e7d7bb6e94c5f9c (patch) | |
tree | 697736d7c3bb07e67e2026a837f689b95f0e024e /Build/source/texk/web2c/pmpostdir | |
parent | c3b9347abc71fb38a06bb9100bbe857f367e7f87 (diff) |
make r links for all of mpost, pmpost, upmpost; add rmpost to shell_escape_commands
git-svn-id: svn://tug.org/texlive/trunk@49471 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pmpostdir')
-rw-r--r-- | Build/source/texk/web2c/pmpostdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/pmpostdir/am/pmpost.am | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/pmpostdir/ChangeLog b/Build/source/texk/web2c/pmpostdir/ChangeLog index a35ff15bb15..49468b17053 100644 --- a/Build/source/texk/web2c/pmpostdir/ChangeLog +++ b/Build/source/texk/web2c/pmpostdir/ChangeLog @@ -1,3 +1,8 @@ +2018-12-21 Karl Berry <karl@freefriends.org> + + * am/pmpost.am (bin_links): make r* links at install time; + see entry in ../mplibdir/ChangeLog. + 2018-09-09 Karl Berry <karl@tug.org> * upmpsamp.test, diff --git a/Build/source/texk/web2c/pmpostdir/am/pmpost.am b/Build/source/texk/web2c/pmpostdir/am/pmpost.am index 4297c963728..897401d45a5 100644 --- a/Build/source/texk/web2c/pmpostdir/am/pmpost.am +++ b/Build/source/texk/web2c/pmpostdir/am/pmpost.am @@ -1,6 +1,7 @@ ## texk/web2c/pmpostdir/am/pmpost.am: Makefile fragment for pMetaPost. ## -## Copyright (C) 2014, 2015 Peter Breitenlohner <tex-live@tug.org> +## Copyright 2018 Karl Berry <tex-live@tug.org> +## Copyright 2014-2015 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## pMetaPost and upMetaPost @@ -13,6 +14,7 @@ install_exe_links += install-pmpost-links uninstall_exe_links += uninstall-pmpost-links else !WIN32 bin_links += pmpost$(EXEEXT):pdvitomp +bin_links += pmpost$(EXEEXT):rpmpost endif !WIN32 endif PMP if UPMP @@ -23,6 +25,7 @@ install_exe_links += install-upmpost-links uninstall_exe_links += uninstall-upmpost-links else !WIN32 bin_links += upmpost$(EXEEXT):updvitomp +bin_links += upmpost$(EXEEXT):rupmpost endif !WIN32 endif UPMP EXTRA_PROGRAMS += pmpost upmpost |