diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-20 23:37:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-20 23:37:38 +0000 |
commit | 2fa892413f80b1aa4531d97ef5d8faf6b068908a (patch) | |
tree | f6c625ab56aa1b6c6df98fdf4daa2d3d666b2d11 | |
parent | 4c728f6a37feebf41685012bd06086794003c944 (diff) |
(main): psutils is valid for the paper action now.
git-svn-id: svn://tug.org/texlive/trunk@33569 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index edbd0d949a3..b8bca6dc6cc 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -340,7 +340,7 @@ for the full story.\n"; # unify arguments so that the $action contains paper in all cases # and push the first arg back to @ARGV for action_paper processing - if ($action =~ /^(paper|xdvi|pdftex|dvips|dvipdfmx?|context)$/) { + if ($action =~ /^(paper|xdvi|psutils|pdftex|dvips|dvipdfmx?|context)$/) { unshift(@ARGV, $action); $action = "paper"; } @@ -6690,10 +6690,10 @@ last argument (e.g., C<tlmgr dvips paper --list>), shows all valid paper sizes for that program. The first size shown is the default. Incidentally, this syntax of having a specific program name before the -C<paper> keyword may seem strange. It is inherited from the -longstanding C<texconfig> script, which supports other configuration -settings for some programs, notably C<dvips>. C<tlmgr> does not support -those extra settings at present. +C<paper> keyword is unusual. It is inherited from the longstanding +C<texconfig> script, which supports other configuration settings for +some programs, notably C<dvips>. C<tlmgr> does not support those extra +settings. =head2 path [--w32mode=user|admin] [add|remove] |