From 91902847bcaea1c8409513e12025c81394ff4086 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 27 Apr 2014 21:42:02 +0000 Subject: mkpic (27apr14) git-svn-id: svn://tug.org/texlive/trunk@33700 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/texlive/linked_scripts/mkpic/mkpic | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Build/source/texk/texlive/linked_scripts/mkpic') 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/,)]->[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"); -- cgit v1.2.3