summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/TODO1
-rw-r--r--Master/tlpkg/TeXLive/TLPDB.pm18
-rwxr-xr-xMaster/tlpkg/bin/tlpdb2container6
-rw-r--r--Master/tlpkg/tlpsrc/00texlive.config.tlpsrc (renamed from Master/tlpkg/tlpsrc/texlive.config.tlpsrc)0
4 files changed, 12 insertions, 13 deletions
diff --git a/Master/tlpkg/TODO b/Master/tlpkg/TODO
index fbd28930b70..33161e1d3f3 100644
--- a/Master/tlpkg/TODO
+++ b/Master/tlpkg/TODO
@@ -103,7 +103,6 @@ malayalam 07-11-20 (tlpkginfo does not work on this) CTAN dir language/malayalam
malayalam-omega 07-11-20
mdwfonts 07-12-19 NEW
mlbib 07-12-09 ?? macros/latex/contrib/mlbib
-pst-asr doc-no-source WIP norbert
pstricks-add documentation graphics/pstricks/contrib/pstricks-add/pstricks-add-doc.{pdf,tex}
r_und_s 05-11-10
susy doc-no-source WIP norbert
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm
index 3e5c6e482cb..383365f7b52 100644
--- a/Master/tlpkg/TeXLive/TLPDB.pm
+++ b/Master/tlpkg/TeXLive/TLPDB.pm
@@ -524,8 +524,8 @@ container level is set. See Options below.
sub config_src_container {
my $self = shift;
- if (defined($self->{'tlps'}{'texlive.config'})) {
- foreach my $d ($self->{'tlps'}{'texlive.config'}->depends) {
+ if (defined($self->{'tlps'}{'00texlive.config'})) {
+ foreach my $d ($self->{'tlps'}{'00texlive.config'}->depends) {
if ($d eq "container_split_src_files") {
return 1;
}
@@ -543,8 +543,8 @@ container level is set. See Options below.
sub config_doc_container {
my $self = shift;
- if (defined($self->{'tlps'}{'texlive.config'})) {
- foreach my $d ($self->{'tlps'}{'texlive.config'}->depends) {
+ if (defined($self->{'tlps'}{'00texlive.config'})) {
+ foreach my $d ($self->{'tlps'}{'00texlive.config'}->depends) {
if ($d eq "container_split_doc_files") {
return 1;
}
@@ -561,8 +561,8 @@ Returns the currently set default container format. See Options below.
sub config_container_format {
my $self = shift;
- if (defined($self->{'tlps'}{'texlive.config'})) {
- foreach my $d ($self->{'tlps'}{'texlive.config'}->depends) {
+ if (defined($self->{'tlps'}{'00texlive.config'})) {
+ foreach my $d ($self->{'tlps'}{'00texlive.config'}->depends) {
if ($d =~ m!^container_format/(.*)$!) {
return "$1";
}
@@ -688,8 +688,8 @@ sub language_dat_lines {
=head1 OPTIONS
Options regarding the full TeX Live installation to be described are saved
-in a package C<texlive.config> as values of C<depend> lines. This special
-package C<texlive.config> does not contain any files, only depend lines
+in a package C<00texlive.config> as values of C<depend> lines. This special
+package C<00texlive.config> does not contain any files, only depend lines
which set one or more of the following options:
=over 6
@@ -710,7 +710,7 @@ formats are C<lzma> and C<zip>. But note that C<zip> is untested.
=back
To set these options the respective lines should be added to
-C<texlive.config.tlpsrc>.
+C<00texlive.config.tlpsrc>.
=head1 SEE ALSO
diff --git a/Master/tlpkg/bin/tlpdb2container b/Master/tlpkg/bin/tlpdb2container
index 4d903ce6b77..aefa78a5a05 100755
--- a/Master/tlpkg/bin/tlpdb2container
+++ b/Master/tlpkg/bin/tlpdb2container
@@ -62,11 +62,11 @@ sub main
if (($format eq "lzma") || ($format eq "zip")) {
$type = $format;
} else {
- warn "unknown container format specified in texlive.config: $format\nIgnoring and continuing with $type!\n";
+ warn "unknown container format specified in 00texlive.config: $format\nIgnoring and continuing with $type!\n";
}
# get list of packages.
for my $pkg (@packs) {
- next if ($pkg eq "texlive.config");
+ next if ($pkg eq "00texlive.config");
my $obj = $tlpdb->get_package ($pkg);
die "$0: no TeX Live package named $pkg in $Master.\n" if ! $obj;
if ($srcsplit) {
@@ -117,7 +117,7 @@ See the tlpfiles documentation for details.
Note that the format of the containers and the splitting off of source
and documentation files are controlled by the TLPDB options saved in the
-pseudo package C<texlive.config>. Please see the documentation for TLPDB
+pseudo package C<00texlive.config>. Please see the documentation for TLPDB
for details.
diff --git a/Master/tlpkg/tlpsrc/texlive.config.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.config.tlpsrc
index c51d8747fcc..c51d8747fcc 100644
--- a/Master/tlpkg/tlpsrc/texlive.config.tlpsrc
+++ b/Master/tlpkg/tlpsrc/00texlive.config.tlpsrc