diff options
author | Karl Berry <karl@freefriends.org> | 2008-02-16 19:09:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-02-16 19:09:52 +0000 |
commit | 1727e1d324a5d40cad9d204e82f93645d9a56e2d (patch) | |
tree | 0b2f66af611a935054b9323a570032444e71b05c /Master/bin | |
parent | d4b5fac0a298dd85f25e846f202751542f8f1607 (diff) |
generate help
git-svn-id: svn://tug.org/texlive/trunk@6651 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin')
-rwxr-xr-x | Master/bin/i386-linux/texconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/bin/i386-linux/texconfig b/Master/bin/i386-linux/texconfig index 7c7a5c8e2fa..4d9703d4fdc 100755 --- a/Master/bin/i386-linux/texconfig +++ b/Master/bin/i386-linux/texconfig @@ -478,7 +478,14 @@ listDvipsPapers() doGenerate() { if test -z "$1" || test "x$1" = xhelp; then - echo "xx" + echo "Usage: $progname generate fmtutil [ARG]... + $progname generate language [ARG]... + $progname generate updmap [ARG]... + +Generate the given configuration file, by invoking the generate-FILE +scripts found in texmf/scripts. Any additional arguments, such as +-dest=/loc/ation, are passed to the script. For more details, run +$progname generate TYPE --help." return fi file=$1; shift |