summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-08-16 00:54:18 +0000
committerKarl Berry <karl@freefriends.org>2007-08-16 00:54:18 +0000
commit3ba4e8965402549e1c84bd6dc5ce1bc6ed6b7749 (patch)
treee589382c6af5f309776f6f0aae226ae164cd3616
parent6ba296336ea453670618277b5e6242f65704efe0 (diff)
tlpdb update
git-svn-id: svn://tug.org/texlive/trunk@4745 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texlive.tlpdb20
-rwxr-xr-xMaster/tlpkg/bin/tlpsrc2tlpdb2
2 files changed, 19 insertions, 3 deletions
diff --git a/Master/texlive.tlpdb b/Master/texlive.tlpdb
index 8ba8fbe0802..76afcc4d420 100644
--- a/Master/texlive.tlpdb
+++ b/Master/texlive.tlpdb
@@ -51141,7 +51141,7 @@ runfiles size=88002
name polski
category Package
-revision 4741
+revision 4744
docfiles size=50266
texmf-dist/doc/latex/polski/conowego.txt
texmf-dist/doc/latex/polski/czytaj.txt
@@ -51157,9 +51157,25 @@ srcfiles size=122260
texmf-dist/source/latex/polski/plprefix.ins
texmf-dist/source/latex/polski/polski.dtx
texmf-dist/source/latex/polski/strony.dtx
-runfiles size=8545
+runfiles size=56809
+ texmf-dist/tex/latex/polski/amigapl.def
+ texmf-dist/tex/latex/polski/hyphen.cfg
+ texmf-dist/tex/latex/polski/mazovia.def
+ texmf-dist/tex/latex/polski/omlplcm.fd
+ texmf-dist/tex/latex/polski/omlplm.fd
+ texmf-dist/tex/latex/polski/omsplsy.fd
+ texmf-dist/tex/latex/polski/omxplex.fd
texmf-dist/tex/latex/polski/ot1patch.sty
+ texmf-dist/tex/latex/polski/ot4ccr.fd
+ texmf-dist/tex/latex/polski/ot4cmdh.fd
+ texmf-dist/tex/latex/polski/ot4cmfib.fd
+ texmf-dist/tex/latex/polski/ot4cmfr.fd
+ texmf-dist/tex/latex/polski/ot4cmr.fd
+ texmf-dist/tex/latex/polski/ot4cmss.fd
+ texmf-dist/tex/latex/polski/ot4cmtt.fd
texmf-dist/tex/latex/polski/plprefix.sty
+ texmf-dist/tex/latex/polski/polski.sty
+ texmf-dist/tex/latex/polski/qxenc.def
name polyglot
category Package
diff --git a/Master/tlpkg/bin/tlpsrc2tlpdb b/Master/tlpkg/bin/tlpsrc2tlpdb
index 2cabe4e1862..c6f1f10f0e6 100755
--- a/Master/tlpkg/bin/tlpsrc2tlpdb
+++ b/Master/tlpkg/bin/tlpsrc2tlpdb
@@ -45,7 +45,7 @@ if (! -d "$opt_master") {
my $tlc;
if (! -d "$opt_catalogue") {
- warn "$0: -d /Cat/a/logue not given, we will continue without it.\n";
+ warn "$0: -d /Cat/a/logue not given, continuing without it.\n";
} else {
require "TeXLive::TeXCatalogue"; # not at compile time, for now anyway.
$tlc = TeXLive::TeXCatalogue->new( 'location' => "$opt_catalogue" );