diff options
author | Karl Berry <karl@freefriends.org> | 2021-02-17 19:01:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-02-17 19:01:36 +0000 |
commit | 5912f3b337457e57568916f07db6ee8956e0490c (patch) | |
tree | a2517a60b0dd4de30939214cf04ba4bf81a3b876 /Master/tlpkg | |
parent | 5474646e62cd6cb02117e0969a20d5f229278d19 (diff) |
2021 copyright, doc
git-svn-id: svn://tug.org/texlive/trunk@57772 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 | ||||
-rw-r--r-- | Master/tlpkg/doc/releng.txt | 11 | ||||
-rw-r--r-- | Master/tlpkg/installer/install-menu-text.pl | 2 | ||||
-rwxr-xr-x | Master/tlpkg/installer/install-tl-gui.tcl | 2 |
4 files changed, 10 insertions, 7 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 6f31356cca7..55fd9ac3143 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -1,6 +1,6 @@ # $Id$ # TeXLive::TLUtils.pm - the inevitable utilities for TeX Live. -# Copyright 2007-2020 Norbert Preining, Reinhard Kotucha +# Copyright 2007-2021 Norbert Preining, Reinhard Kotucha # This file is licensed under the GNU General Public License version 2 # or any later version. diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index 72259cd2d24..75caaea63b4 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -40,7 +40,8 @@ To run test builds without affecting production dirs, see: 5. When finalizing sources (any time in the new year, can be early, before initial builds in any case), - update version numbers, years, and copyright years in: + update version numbers, years, and copyright years in + (if not already done, of course; don't double-increment): top level version.ac dvipdfm-x:configure.ac dvipdfmx.c xbb.c dvipsk: configure.ac NEWS dvips.c dvips.h afm2tfm.c dvips.texi @@ -49,11 +50,13 @@ To run test builds without affecting production dirs, see: kpathsea: version.ac NEWS kpsewhich.c doc/kpathsea.texi texmf.cnf ptexenc: version.ac web2c: NEWS doc/web2c.texi - ptexdir/ptex-base.ch,ptex_version.h # if not already done - pdftexdir/pdftex.web pdftexdir/pdftex_version.h # ditto + ptexdir/ptex-base.ch,ptex_version.h + pdftexdir/pdftex.web pdftexdir/pdftex_version.h + xetexdir/xetex.web xetexdir/xetex_version.h + lib/printversion.c check *.c *.h sources in above for needed copyright year updates too. check tlpkg/dev/srclist.txt for automake major version update. - then reautoconf (~5min), rebuild (~10min). + then reautoconf (~6min), rebuild (~25min). install-tl, tlmgr.pl (copyright only) run ~karl/bin/tlversions to see+compare engine/etc. versions commit updates. diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl index 006ee03aded..7229b6928ac 100644 --- a/Master/tlpkg/installer/install-menu-text.pl +++ b/Master/tlpkg/installer/install-menu-text.pl @@ -2,7 +2,7 @@ # $Id$ # install-menu-txt.pl # -# Copyright 2007-2020 Norbert Preining, Karl Berry +# Copyright 2007-2021 Norbert Preining, Karl Berry # Copyright 2007-2008 Reinhard Kotucha # This file is licensed under the GNU General Public License version 2 # or any later version. diff --git a/Master/tlpkg/installer/install-tl-gui.tcl b/Master/tlpkg/installer/install-tl-gui.tcl index ee17defe420..14c4fa49a0c 100755 --- a/Master/tlpkg/installer/install-tl-gui.tcl +++ b/Master/tlpkg/installer/install-tl-gui.tcl @@ -1,6 +1,6 @@ #!/usr/bin/env wish -# Copyright 2018-2020 Siep Kroonenberg +# Copyright 2018-2021 Siep Kroonenberg # This file is licensed under the GNU General Public License version 2 # or any later version. |