diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-update-news')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-news | 3 |
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/ |