summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-10 18:39:51 +0000
committerKarl Berry <karl@freefriends.org>2013-04-10 18:39:51 +0000
commit3031532ab8baefbd57747dffc90cf9abafa218e3 (patch)
treea740571999bd9310b91c69ed223af07505335b55 /Master/texmf-dist/scripts
parent4cce1c3d3080f4fcbeb91f8443806efeeb77be36 (diff)
include tlpkg dev sources in eventual release, as source/texlive*devsource
git-svn-id: svn://tug.org/texlive/trunk@29829 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl21
1 files changed, 8 insertions, 13 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index de1c4c7b0c5..7503e1e1847 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -4586,21 +4586,16 @@ sub check_files {
my $arch = $localtlpdb->platform();
return $ret if $arch eq "win32";
- # check that all files in the trees are covered.
- #
+ # check that all files in the trees are covered, along with
+ # 00texlive.image, q.v. The ones here are not included in the
+ # archival source/ tarball;
my @IgnorePatterns = qw!
- support/ source/ setuptl/
+ source/
texmf-dist/ls-R$ texmf-doc/ls-R$
- tlpkg/tlpsrc tlpkg/bin tlpkg/lib/ tlpkg/libexec tlpkg/tests/ tlpkg/etc
- tlpkg/texlive.tlpdb
- tlpkg/tlpobj
- texmf-var/
- texmf-config/
- texmf.cnf
- install-tl.log
- tlpkg/texlive.profile
- tlpkg/installer
- tlpkg/backups/
+ tlpkg/archive tlpkg/backups tlpkg/installer
+ tlpkg/texlive.tlpdb tlpkg/tlpobj tlpkg/texlive.profile
+ texmf-var/ texmf-config/
+ texmf.cnf install-tl.log
!;
my %tltreefiles = %{$tltree->{'_allfiles'}};
my @tlpdbfiles = keys %filetopacks;