diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-23 17:09:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-23 17:09:15 +0000 |
commit | bdf02975c90511ea5dbf88a4868e9175ff780def (patch) | |
tree | 0ad8aefe121c638781c6b48ab7ab74cd9af63176 /Build/source/texk/kpathsea | |
parent | 56a94f1436e42757a92f7895a15850b1663d85d2 (diff) |
update help msgs
git-svn-id: svn://tug.org/texlive/trunk@14402 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 2 | ||||
-rwxr-xr-x | Build/source/texk/kpathsea/mktexlsr | 12 |
2 files changed, 10 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 8195891fc6b..1420cb9256d 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,5 +1,7 @@ 2009-07-23 Karl Berry <karl@tug.org> + * mktexlsr: update help msg. + * texmf.cnf (shell_escape_commands): remove tex programs (too dangerous?), add other indexing programs, change pdfcrop to rpdfcrop, convert to imgconvert. diff --git a/Build/source/texk/kpathsea/mktexlsr b/Build/source/texk/kpathsea/mktexlsr index b590ce505c0..e31e09ce86a 100755 --- a/Build/source/texk/kpathsea/mktexlsr +++ b/Build/source/texk/kpathsea/mktexlsr @@ -13,11 +13,12 @@ version='$Id$' progname=`echo $0 | sed 's%.*/%%'` -usage="Usage: $progname [DIR]... +usage="Usage: $progname [OPTION]... [DIR]... -Rebuild ls-R filename databases. If one or more arguments DIRS are -given, these are used as the directories in which to build ls-R. Else -all directories in the search path for ls-R files (\$TEXMFDBS) are used. +Rebuild ls-R filename databases used by TeX. If one or more arguments +DIRS are given, these are used as the directories in which to build +ls-R. Else all directories in the search path for ls-R files +(\$TEXMFDBS) are used. Options: --dry-run do not actually update anything @@ -29,6 +30,9 @@ Options: If standard input is a terminal, --verbose is on by default. +For more information, see the ‘Filename database’ section of +Kpathsea manual available at http://tug.org/kpathsea. + Report bugs to tex-k@tug.org. " |