diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-20 22:06:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-20 22:06:52 +0000 |
commit | 72932ce9d2773e5619bc09cd86eff57d8278f2e6 (patch) | |
tree | d94c8c067eb8a437d20f9b0a1bd9516b03051a06 /Master/tlpkg/bin | |
parent | cdc0d80edd38bfcfa7f90b7136f2b0ded4102496 (diff) |
no everything-but matches for cygwin lz4
git-svn-id: svn://tug.org/texlive/trunk@47783 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlpdb | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlpdb b/Master/tlpkg/bin/tl-update-tlpdb index 6948f15be6f..5415d7d1cbe 100755 --- a/Master/tlpkg/bin/tl-update-tlpdb +++ b/Master/tlpkg/bin/tl-update-tlpdb @@ -2,7 +2,7 @@ # $Id$ # convert a set of tlpsrc files (given as arguments) into tlpdb # -# Copyright 2007-2014 Norbert Preining +# Copyright 2007-2018 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -475,7 +475,8 @@ tl-update-tlpdb [OPTION]... [TLPSRC]... The I<Catalogue_file> must point to a valid TeX Catalogue checkout; the default is C</home/httpd/html/catalogue>. If the directory is readable, the generated tlpobj files will contain information gathered from the -TeX Catalogue. +TeX Catalogue. To disable this, specify a nonexistent filename, e.g., +C<--catalogue=/nonesuch>. =item B<--fix-reverse-revisions> @@ -533,12 +534,12 @@ program. =item B<--tlpsrc-from-cmdline> By default, C<tl-update-tlpdb> recreates the tlpdb from all the tlpsrc -files present in the current tree. If this option is given, the tlpsrc -file(s), or package names, are given on the command line. If you're +files present in the current tree. If this option is given, the tlpsrc +file(s), or package names, are given on the command line. If you're trying to debug the conversion of one particular package, this is the -option to use (along with C<-n>, most likely). Indeed, if any -non-option arguments are given, the program assumes you meant to specify -this option. +option to use (along with C<-n> and C<--catalogue=/nonesuch>, most +likely). Indeed, if any non-option arguments are given, the program +assumes you meant to specify this option. =item B<--with-w32-pattern-warning> |