diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-31 18:27:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-31 18:27:09 +0000 |
commit | 9a1ad7e9152cd1028cc01bd7430c10b17c5ead9c (patch) | |
tree | 5139a19dc3ce266760501c83bd19c106a3fac8cb /Build/source/texk | |
parent | e6bfc6c59201e29e38007c4583aba8ebdc464944 (diff) |
use current info instead of @KPATHSEA_VERSION
git-svn-id: svn://tug.org/texlive/trunk@53613 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/texlive/tl_scripts/ChangeLog | 7 | ||||
-rw-r--r-- | Build/source/texk/texlive/tl_scripts/mktexlsr.1 | 7 | ||||
-rw-r--r-- | Build/source/texk/texlive/tl_scripts/mktexmf.1 | 7 | ||||
-rw-r--r-- | Build/source/texk/texlive/tl_scripts/mktexpk.1 | 7 |
4 files changed, 25 insertions, 3 deletions
diff --git a/Build/source/texk/texlive/tl_scripts/ChangeLog b/Build/source/texk/texlive/tl_scripts/ChangeLog index 28d54bcd39a..dd8bb62b818 100644 --- a/Build/source/texk/texlive/tl_scripts/ChangeLog +++ b/Build/source/texk/texlive/tl_scripts/ChangeLog @@ -1,3 +1,10 @@ +2020-01-31 Karl Berry <karl@freefriends.org> + + * mktexlsr.1, + * mktexmf.1, + * mktexpk.1: replace @KPATHSEA_VERSION@ with current info, + since these are no longer substituted. + 2020-01-30 Karl Berry <karl@tug.org> * mktextfm.1: mention new MF_MODE_EXTRA_INFO feature. diff --git a/Build/source/texk/texlive/tl_scripts/mktexlsr.1 b/Build/source/texk/texlive/tl_scripts/mktexlsr.1 index d314b5ca502..5036e381bff 100644 --- a/Build/source/texk/texlive/tl_scripts/mktexlsr.1 +++ b/Build/source/texk/texlive/tl_scripts/mktexlsr.1 @@ -1,4 +1,4 @@ -.TH MKTEXLSR 1 "1 March 2011" "Kpathsea @VERSION@" +.TH MKTEXLSR 1 "31 January 2020" "TeX Live" "User Commands" .\"===================================================================== .if n .ds MP MetaPost .if t .ds MP MetaPost @@ -42,3 +42,8 @@ Print help message and exit. .TP .B --version Print version information and exit. +.\"===================================================================== +.SH "REPORTING BUGS" +Report bugs to: tex-k@tug.org (https://lists.tug.org/tex-k) +.br +\*(TX Live home page: https://tug.org/texlive/ diff --git a/Build/source/texk/texlive/tl_scripts/mktexmf.1 b/Build/source/texk/texlive/tl_scripts/mktexmf.1 index c6857fe6b91..e6de4aa31c0 100644 --- a/Build/source/texk/texlive/tl_scripts/mktexmf.1 +++ b/Build/source/texk/texlive/tl_scripts/mktexmf.1 @@ -1,4 +1,4 @@ -.TH MKTEXMF 1 "1 March 2011" "Kpathsea @VERSION@" +.TH MKTEXMF 1 "30 January 2020" "TeX Live" "User Commands" .\"===================================================================== .if n .ds MP MetaPost .if t .ds MP MetaPost @@ -55,3 +55,8 @@ Print version information and exit. .SH "SEE ALSO" .BR mktexpk (1), .BR mktextfm (1). +.\"===================================================================== +.SH "REPORTING BUGS" +Report bugs to: tex-k@tug.org (https://lists.tug.org/tex-k) +.br +\*(TX Live home page: https://tug.org/texlive/ diff --git a/Build/source/texk/texlive/tl_scripts/mktexpk.1 b/Build/source/texk/texlive/tl_scripts/mktexpk.1 index 677aaf6b43d..5bd8d920b7d 100644 --- a/Build/source/texk/texlive/tl_scripts/mktexpk.1 +++ b/Build/source/texk/texlive/tl_scripts/mktexpk.1 @@ -1,4 +1,4 @@ -.TH MKTEXPK 1 "1 March 2011" "Kpathsea @VERSION@" +.TH MKTEXPK 1 "30 January 2020" "TeX Live" "User Commands" .\"===================================================================== .if n .ds MP MetaPost .if t .ds MP MetaPost @@ -113,3 +113,8 @@ is specified. .SH "SEE ALSO" .BR mktexmf (1), .BR mktextfm (1). +.\"===================================================================== +.SH "REPORTING BUGS" +Report bugs to: tex-k@tug.org (https://lists.tug.org/tex-k) +.br +\*(TX Live home page: https://tug.org/texlive/ |