summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
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";