From 3031532ab8baefbd57747dffc90cf9abafa218e3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 10 Apr 2013 18:39:51 +0000 Subject: 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 --- Master/texmf-dist/scripts/texlive/tlmgr.pl | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) (limited to 'Master/texmf-dist/scripts') 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; -- cgit v1.2.3