summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-09-14 22:31:10 +0000
committerKarl Berry <karl@freefriends.org>2008-09-14 22:31:10 +0000
commit2275af57b71af93b9bda7846e8160f47810e3945 (patch)
treee143ef7925608b9d9be619f34a3a6d2425ab987a
parent5bd28856b87ac705dbf81491a2fe8e917daf9abb (diff)
newline on warnings; more weird packages to think about someday
git-svn-id: svn://tug.org/texlive/trunk@10593 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/TeXLive/TLPOBJ.pm4
-rw-r--r--TODO8
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