From 2275af57b71af93b9bda7846e8160f47810e3945 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 14 Sep 2008 22:31:10 +0000 Subject: newline on warnings; more weird packages to think about someday git-svn-id: svn://tug.org/texlive/trunk@10593 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLPOBJ.pm | 4 ++-- TODO | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm index beb12649cea..44c0b1b197b 100644 --- a/Master/tlpkg/TeXLive/TLPOBJ.pm +++ b/Master/tlpkg/TeXLive/TLPOBJ.pm @@ -606,7 +606,7 @@ sub make_container { if (-r "$destdir/$tarname") { system($lzma, "--force", "-z", "$destdir/$tarname"); } else { - tlwarn("Couldn't find $destdir/$tarname"); + tlwarn("Couldn't find $destdir/$tarname\n"); } # compute the size my $size = (stat "$destdir/$tarname.lzma") [7]; @@ -869,7 +869,7 @@ sub make_return_hash_from_executes { } elsif ($e =~ m/^AddHyphen\s+(.*)\s*$/) { push @dats, $1; } else { - tlwarn("Unknown execute $e in ", $self->name); + tlwarn("Unknown execute $e in ", $self->name, "\n"); } } $ret{'map'} = [ @maps ] if (@maps); diff --git a/TODO b/TODO index dcab4db7271..9eb474a7a4a 100644 --- a/TODO +++ b/TODO @@ -91,7 +91,13 @@ mx NEW 08-01-26 a mexican dialect of spanish plnfss # only a zip file on CTAN psv # ps previewer, install through ctan2tl using /scripts/ ? r_und_s plain files should be in tex/plain, but does it matter? -thailatex has some nonfree fonts +thailatex has some nonfree fonts? no, maybe not. +ethiop madness: combines ps-type1/ethiop and other packages. +lineno madness: delete ltab* symlinks +pkfix madness: copy in texmf/scripts/pkfix, but no autoupdate there +- included in bin-dvips.tpm +- windows .bat version? some magical .exe +- ctan location is support/pkfix 1e. tlpsrc2tlpdb conversion -- cgit v1.2.3