summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-news
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-20 18:33:28 +0000
committerKarl Berry <karl@freefriends.org>2024-02-20 18:33:28 +0000
commit12a220e80344b5c02b56a57d4a994ccb854bc22c (patch)
tree09be80dc6f1fb1aa93c4c60ec8e20bcbd36e6f8d /Master/tlpkg/bin/tl-update-news
parent3575aa305fd619edaa92f3bc49368cfe9d2f76bc (diff)
2024 man page, news, manual updates
git-svn-id: svn://tug.org/texlive/trunk@70015 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-news')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-news3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-news b/Master/tlpkg/bin/tl-update-news
index acfc884b062..9cccb89a537 100755
--- a/Master/tlpkg/bin/tl-update-news
+++ b/Master/tlpkg/bin/tl-update-news
@@ -23,7 +23,7 @@ Master=$tlroot/Master
#
xist_doc=$Master/texmf-dist/doc
#
-cp="cp -pf"
+cp="cp -pfv"
cd $Build/source/texk/ || exit 1
#
@@ -40,6 +40,7 @@ $cp NEWS $xist_doc/web2c/
$cp alephdir/ChangeLog $xist_doc/aleph/base/
$cp etexdir/ChangeLog $xist_doc/etex/base/
$cp luatexdir/NEWS $xist_doc/luatex/base/
+$cp mplibdir/NEWS $xist_doc/metapost/base/
$cp pdftexdir/NEWS $xist_doc/pdftex/
$cp pdftexdir/README $xist_doc/pdftex/
$cp xetexdir/NEWS $xist_doc/xetex/base/