summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-07-06 20:36:19 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-07-06 20:36:19 +0000
commitcc8db23741ff90c6e291297ba564e2a1c3db0519 (patch)
treeffe1d360773300ab52be7f5cbc18f7f94ce9714d /Master/tlpkg/bin
parent880da4cdd87fa91915379b485149fcc2d8ba292e (diff)
mv kastrup in the right place
git-svn-id: svn://tug.org/texlive/trunk@9310 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index 343db3b4f23..373c1ee0f62 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -884,6 +884,7 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$|\.cmap|\.4ht$';
'isodoc', 'iso.*\.sty', # not mystyle.sty, etc.
'jadetex', '\.ltx|\.def|\.tex|\.ini|\.sty',
'karnaugh', 'kvmacros.tex',
+ 'kastrup', 'binhex.tex|' . $standardtex,
'keystroke', 'keystroke_.*|\.sty',
'kuvio', '\.tex|\.sty',
'lettre', '\.ins|\.cls',
@@ -1337,6 +1338,10 @@ sub set_dir_defaults
$standarddocfmt = $standardsourcefmt = $standardfmt = "plain";
$guess = "$standarddocfmt for fmt/docfmt/srcfmt";
+ } elsif ($ctan_dir =~ m!/macros/generic/!) {
+ $standarddocfmt = $standardsourcefmt = $standardfmt = "generic";
+ $guess = "$standarddocfmt for fmt/docfmt/srcfmt";
+
} elsif ($ctan_dir =~ m!/(info|help)/!) {
$standarddest = "texmf-doc";
$guess = "$standarddest for dest";