diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-06 20:36:19 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-06 20:36:19 +0000 |
commit | cc8db23741ff90c6e291297ba564e2a1c3db0519 (patch) | |
tree | ffe1d360773300ab52be7f5cbc18f7f94ce9714d | |
parent | 880da4cdd87fa91915379b485149fcc2d8ba292e (diff) |
mv kastrup in the right place
git-svn-id: svn://tug.org/texlive/trunk@9310 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/generic/kastrup/binhex.pdf (renamed from Master/texmf-dist/doc/latex/kastrup/binhex.pdf) | bin | 151153 -> 151153 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/generic/kastrup/binhex.drv (renamed from Master/texmf-dist/source/latex/kastrup/binhex.drv) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/kastrup/binhex.dtx (renamed from Master/texmf-dist/source/latex/kastrup/binhex.dtx) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/kastrup/binhex.ins (renamed from Master/texmf-dist/source/latex/kastrup/binhex.ins) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/kastrup/binhex.tex (renamed from Master/texmf-dist/doc/latex/kastrup/binhex.tex) | 0 | ||||
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 5 |
6 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/kastrup/binhex.pdf b/Master/texmf-dist/doc/generic/kastrup/binhex.pdf Binary files differindex 884e7e474c7..884e7e474c7 100644 --- a/Master/texmf-dist/doc/latex/kastrup/binhex.pdf +++ b/Master/texmf-dist/doc/generic/kastrup/binhex.pdf diff --git a/Master/texmf-dist/source/latex/kastrup/binhex.drv b/Master/texmf-dist/source/generic/kastrup/binhex.drv index 91ab4acc211..91ab4acc211 100644 --- a/Master/texmf-dist/source/latex/kastrup/binhex.drv +++ b/Master/texmf-dist/source/generic/kastrup/binhex.drv diff --git a/Master/texmf-dist/source/latex/kastrup/binhex.dtx b/Master/texmf-dist/source/generic/kastrup/binhex.dtx index 202308d3a7c..202308d3a7c 100644 --- a/Master/texmf-dist/source/latex/kastrup/binhex.dtx +++ b/Master/texmf-dist/source/generic/kastrup/binhex.dtx diff --git a/Master/texmf-dist/source/latex/kastrup/binhex.ins b/Master/texmf-dist/source/generic/kastrup/binhex.ins index fc3322cd039..fc3322cd039 100644 --- a/Master/texmf-dist/source/latex/kastrup/binhex.ins +++ b/Master/texmf-dist/source/generic/kastrup/binhex.ins diff --git a/Master/texmf-dist/doc/latex/kastrup/binhex.tex b/Master/texmf-dist/tex/generic/kastrup/binhex.tex index 596ece2b947..596ece2b947 100644 --- a/Master/texmf-dist/doc/latex/kastrup/binhex.tex +++ b/Master/texmf-dist/tex/generic/kastrup/binhex.tex 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"; |