diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-17 16:27:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-17 16:27:38 +0000 |
commit | 1701bea01631d531e8137b76bc8fc71b6b5f5031 (patch) | |
tree | 3a6379ef07bc2239c32d5877c8f74d06d696fe88 /Master/tlpkg | |
parent | 6ddf468f2d18c049b759f7f65667a04a17b6290b (diff) |
missed commit of lshort-chinese.tlpsrc
git-svn-id: svn://tug.org/texlive/trunk@9630 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/check-depend-consistency | 11 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/lshort-chinese.tlpsrc | 2 |
2 files changed, 9 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/check-depend-consistency b/Master/tlpkg/bin/check-depend-consistency index 95ee0850e2a..bdc298f069a 100755 --- a/Master/tlpkg/bin/check-depend-consistency +++ b/Master/tlpkg/bin/check-depend-consistency @@ -57,7 +57,7 @@ sub main if (keys %wrongdep) { print "DEPENDS WITHOUT PACKAGES:\n"; for my $d (keys %wrongdep) { - print "$d occuring in ", @{$wrongdep{$d}}, "\n"; + print "$d occurring in ", @{$wrongdep{$d}}, "\n"; } } } @@ -72,15 +72,18 @@ check-depend-consistency - check that all depends actually exist as packages =head1 SYNOPSIS -check-depend-consistency +check-depend-consistency [OPTION]... =head1 OPTIONS -There are no options bug C<-help>. +Only the standard options B<-help> and B<-q>, B<-v>, and +B<-logfile>=I<file> are accepted; see the C<process_logging_options> +function in L<TeXLive::TLUtils> for details. =head1 DESCRIPTION -See above +Check consistency of C<depend> statements in all TeX Live packages, +including collections and schemes. =head1 AUTHORS AND COPYRIGHT diff --git a/Master/tlpkg/tlpsrc/lshort-chinese.tlpsrc b/Master/tlpkg/tlpsrc/lshort-chinese.tlpsrc new file mode 100644 index 00000000000..a1c97ae6c16 --- /dev/null +++ b/Master/tlpkg/tlpsrc/lshort-chinese.tlpsrc @@ -0,0 +1,2 @@ +name lshort-chinese +category Documentation |