diff options
-rwxr-xr-x | Master/tlpkg/bin/tlpsrc2tlpdb | 3 | ||||
-rw-r--r-- | TODO | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpsrc2tlpdb b/Master/tlpkg/bin/tlpsrc2tlpdb index fae637efeea..eec8ee5a0c0 100755 --- a/Master/tlpkg/bin/tlpsrc2tlpdb +++ b/Master/tlpkg/bin/tlpsrc2tlpdb @@ -24,6 +24,9 @@ use Getopt::Long; use Pod::Usage; use File::Path; +# flush stderr please, mysterious newline. +select((select(STDERR), $| = 1)[0]); + my $opt_all = 0; my $opt_catalogue = ""; chomp (my $opt_master = `cd $::mydir/../.. && pwd`); @@ -12,10 +12,11 @@ Contents 0. Things that have to hang fire until 2009 -================== +=========================================== - see tlpkg/etc/2009.* - create collection-langlithuanian for lithuanian + hyphen-lithuanian. - move tlmgr to texlive.infra so bin-texlive doesn't have to be critical. +- move texlive.infra doc files to docpattern - install rework-AddFormat-lines.patch and get rid of texmf/fmtutil |