diff options
author | Karl Berry <karl@freefriends.org> | 2023-02-27 21:09:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-02-27 21:09:11 +0000 |
commit | 8f843f474a0524b5637bf0aab7617bd0210f67e7 (patch) | |
tree | 449390ae026160bbbcc740f7a5000d3775f5edad /Master/tlpkg | |
parent | 9bd9f0eb3a784f167cb99b83133b3141635a17d8 (diff) |
pdftex NEWS update (primitive is \pdfomitinfodict)
git-svn-id: svn://tug.org/texlive/trunk@66235 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-news | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-news b/Master/tlpkg/bin/tl-update-news index cc5e2bbb3e7..acfc884b062 100755 --- a/Master/tlpkg/bin/tl-update-news +++ b/Master/tlpkg/bin/tl-update-news @@ -10,7 +10,8 @@ # the man pages, Texinfo manuals, and more. See tlpkg/doc/releng.txt. # # pdftex, luatex, mpost, cweb and related, ptex and related; -# all these are updated separately, not in this script. +# the manuals are updated separately, not in this script, +# but we update some of the NEWS here. # # (By the way, we don't ordinarily use sh -e, but since all we're doing # here is a bunch of copies, it seemed the simplest.) @@ -39,7 +40,9 @@ $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 pdftexdir/NEWS $xist_doc/pdftex/ +$cp pdftexdir/README $xist_doc/pdftex/ $cp xetexdir/NEWS $xist_doc/xetex/base/ # -# do this last just because it's different. +# do this last just because we do it via make. make -C hitexdir/doc install |