diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-25 23:36:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-25 23:36:02 +0000 |
commit | 7d87e08e2bf8d29fb61bc3866abd41f623949852 (patch) | |
tree | 7933fba7086202ebbf6d718cfae2cd878b97b363 /Master/tlpkg/libexec | |
parent | f878cb7be63ae0713be946801280feeae15e7407 (diff) |
pacioli non-update for checking
git-svn-id: svn://tug.org/texlive/trunk@24947 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index e5a97155101..812faeaaaad 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1843,6 +1843,7 @@ $standardmp = '\.mp$'; 'feynmp', 'feynmp.mp', 'hatching', '[^e].mp', # no htchuse.mp 'latexmp', 'latexmp.mp', + 'metapost-examples', 'NULL', # doc package 'mpattern', 'mpattern.mp', # don't install test.mp 'mp3d', '^(3d|ani)', # not examples 'mpman-ru', 'NULL', # doc package @@ -2236,8 +2237,7 @@ for (@ARGV) { # Override our default guess of "latex" if we can intuit from the CTAN # path, which ctan2tl kindly passes us. # -sub set_dir_defaults -{ +sub set_dir_defaults { my ($ctan_dir) = @_; my $guess = ""; @@ -2249,7 +2249,7 @@ sub set_dir_defaults $standarddocfmt = $standardsourcefmt = "fonts"; $guess = "$standarddocfmt for docfmt/srcfmt"; - } elsif ($ctan_dir =~ m!/tex-archive/graphics/metapost/!) { + } elsif ($ctan_dir =~ m!/tex-archive/(graphics|info)/metapost/!) { $standarddocfmt = $standardsourcefmt = "metapost"; $guess = "$standarddocfmt for docfmt/srcfmt"; |