summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpsrc2tlpdb
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-12-23 21:38:57 +0000
committerNorbert Preining <preining@logic.at>2007-12-23 21:38:57 +0000
commite8d394853e5aa3f38f3767070afb6f60624132b0 (patch)
tree46d35ce5fa68243b59b3edb5144072f1fa3f1dd3 /Master/tlpkg/bin/tlpsrc2tlpdb
parent4852626f4cf33604cd1fb3f3e6a910ef3c79944e (diff)
src and doc splitting
options setting via texlive.config meta package update texlive.tlpdb for that git-svn-id: svn://tug.org/texlive/trunk@5846 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpsrc2tlpdb')
-rwxr-xr-xMaster/tlpkg/bin/tlpsrc2tlpdb13
1 files changed, 0 insertions, 13 deletions
diff --git a/Master/tlpkg/bin/tlpsrc2tlpdb b/Master/tlpkg/bin/tlpsrc2tlpdb
index f92bc7266b7..5245ebae042 100755
--- a/Master/tlpkg/bin/tlpsrc2tlpdb
+++ b/Master/tlpkg/bin/tlpsrc2tlpdb
@@ -29,14 +29,12 @@ chomp (my $opt_master = `cd $::mydir/../.. && pwd`);
our $opt_debug = 0;
my $help = 0;
my $opt_nobinsplit = 0;
-my $opt_srcsplit = 0;
GetOptions(
"all!" => \$opt_all,
"master=s" => \$opt_master, # location of the TL tree
"catalogue=s" => \$opt_catalogue, # location of the TeX Catalogue
"no-bin-split!" => \$opt_nobinsplit,
- "src-split!" => \$opt_srcsplit,
"debug!", "help|?" => \$help) or pod2usage(1);
pod2usage(-exitstatus => 0, -verbose => 2) if $help;
@@ -99,14 +97,6 @@ sub main
$tldb->add_tlpobj($_);
}
}
- # split src packages off
- if ($opt_srcsplit) {
- my $srcobj = $tlp->split_src_package;
- if (defined($srcobj)) {
- $tldb->add_tlpobj($srcobj);
- }
- }
-
$tldb->add_tlpobj ($tlp);
}
warn "\n";
@@ -151,9 +141,6 @@ gathered from the TeX Catalogue.
The location given by B<-master> must point to a valid svn repository
of TeX Live's Master direcory. Defaults to C<../..> of C<$0>.
-=item B<-src-split>
-Do split source packages off. This is disabled by default.
-
=item B<-no-bin-split>
Do NOT split files with binaries into several packages, one for the arch
independent and one for each of the architectures with only the respective