summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpsrc2tlpdb
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-09-05 11:49:22 +0000
committerNorbert Preining <preining@logic.at>2007-09-05 11:49:22 +0000
commit942de74ec1f9e64ded85ebf46d9b85b5a8a666cf (patch)
tree343d071828a41a1fe88217a8e58d60b9fc03ecde /Master/tlpkg/bin/tlpsrc2tlpdb
parent920414f724d08855778cdd13c05251f9cb3b310f (diff)
small fixes to the two binaries to work with -catalogue
git-svn-id: svn://tug.org/texlive/trunk@4884 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpsrc2tlpdb')
-rwxr-xr-xMaster/tlpkg/bin/tlpsrc2tlpdb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpsrc2tlpdb b/Master/tlpkg/bin/tlpsrc2tlpdb
index c6f1f10f0e6..451872591c4 100755
--- a/Master/tlpkg/bin/tlpsrc2tlpdb
+++ b/Master/tlpkg/bin/tlpsrc2tlpdb
@@ -47,7 +47,7 @@ my $tlc;
if (! -d "$opt_catalogue") {
warn "$0: -d /Cat/a/logue not given, continuing without it.\n";
} else {
- require "TeXLive::TeXCatalogue"; # not at compile time, for now anyway.
+ require TeXLive::TeXCatalogue; # not at compile time, for now anyway.
$tlc = TeXLive::TeXCatalogue->new( 'location' => "$opt_catalogue" );
}
@@ -97,7 +97,8 @@ of TeX Live Master direcory. Defaults to ../.. of C<$0>.
=item B<-catalogue>
The location given by B<-catalogue> must point to a valid TeX Catalogue.
-No default value.
+No default value. If given, the generated tlpobj files will contain information
+gathered from the TeX Catalogue.
=item B<-debug>
Give debug messages from the TeX Live modules