diff options
-rw-r--r-- | Master/tlpkg/TeXLive/TLPOBJ.pm | 4 | ||||
-rw-r--r-- | 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); @@ -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 |