diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-27 21:42:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-27 21:42:02 +0000 |
commit | 91902847bcaea1c8409513e12025c81394ff4086 (patch) | |
tree | f121759d00bfc6224632ee7d9524c2f1eb51bb52 /Build | |
parent | 0ac41b4db9ae2aeab3e603ae1f8d2416ebb43e0d (diff) |
mkpic (27apr14)
git-svn-id: svn://tug.org/texlive/trunk@33700 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/mkpic/mkpic | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/mkpic/mkpic b/Build/source/texk/texlive/linked_scripts/mkpic/mkpic index ebd9e998dff..2625171b37e 100755 --- a/Build/source/texk/texlive/linked_scripts/mkpic/mkpic +++ b/Build/source/texk/texlive/linked_scripts/mkpic/mkpic @@ -1,7 +1,7 @@ #!/usr/bin/env perl use constant -Version => '1.01'; +Version => '1.02'; my $help = <<'DOC' @@ -292,7 +292,7 @@ generating tex-command names that have the font name in front. = Changes Changes with respect to version 0.1: -- added pdf documentation and README +- added mkpicdoc.tex to the distribution = Author and copyright Author Wybo Dekker @@ -649,7 +649,7 @@ sub parse_input { } sub help { undef $/; open(FH,$0); print "Usage:".[split(/= .*\n/,<FH>)]->[3]; exit 1 } -sub install { system('instscript -zp mkpic; zip mkpic-*.zip mkpicdoc.pdf'); exit 0; } +sub install { system('instscript --extras=mkpicdoc.tex,mkpicdoc.pdf -zp mkpic'); exit 0; } use Getopt::Long; Getopt::Long::Configure("bundling_override"); |