diff options
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 |