diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2019-03-15 09:14:42 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2019-03-15 09:14:42 +0000 |
commit | 90848d05c3d37a4513322d582ff3214b49ad367c (patch) | |
tree | ec51b0c577ff5428fbf22cfdef6a18b50adc556f | |
parent | ce2e7ad416a4b981953f8d67a7b4a0c3db27bccf (diff) |
Comments on tcl removed; they no longer apply
git-svn-id: svn://tug.org/texlive/trunk@50397 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/bin/tl-update-messages | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Master/tlpkg/bin/tl-update-messages b/Master/tlpkg/bin/tl-update-messages index 153c50696dd..6649b8c0cf1 100755 --- a/Master/tlpkg/bin/tl-update-messages +++ b/Master/tlpkg/bin/tl-update-messages @@ -5,17 +5,6 @@ # update the master messages.pot catalog and merge the result into the # respective .po files. -# notes on transition to tcl/tk frontend - -# Until the 2019 pretest stage we use a combined message catalog. - - -# Afterwards, we drop the perl input files and use tcl- rather than -# perl syntax for the temporary file with short descriptions. - -# For tcl, all .po files are converted to tcl-compatible .msg -# files, using the msgfmt utility. - mydir=`cd \`dirname $0\` && /bin/pwd` Master=`cd $mydir/../.. && /bin/pwd` transdir=$Master/tlpkg/translations |