summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/generic/tds/README6
-rw-r--r--Master/texmf-dist/doc/generic/tds/index.html1
-rw-r--r--Master/texmf-dist/doc/generic/tds/packages.zipbin0 -> 14646 bytes
-rw-r--r--Master/texmf-dist/doc/generic/tds/tds.pdfbin190997 -> 195357 bytes
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds7
-rw-r--r--Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/kpathsea.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/tds.tlpsrc1
9 files changed, 13 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/tds/README b/Master/texmf-dist/doc/generic/tds/README
index d961e75efc1..f9aff039334 100644
--- a/Master/texmf-dist/doc/generic/tds/README
+++ b/Master/texmf-dist/doc/generic/tds/README
@@ -1,3 +1,4 @@
+<pre>
This is the TeX Directory Structure (TDS) document, describing a runtime
layout of TeX-related files intended to be portable,
implementation-independent, etc. Most TeX distributions have adopted
@@ -11,7 +12,8 @@ uses are in packages.zip, in the unlikely event that you don't already
have them.
http://tug.org/tds/ contains the current released version. For older
-versions, see ftp://tug.org/historic/docs/tds. For the current
-development sources, see http://tds.sarovar.org.
+versions, see ftp://tug.org/historic/docs/tds. <!-- For the current
+development sources, see http://tds.sarovar.org. -->
Happy installing.
+</pre>
diff --git a/Master/texmf-dist/doc/generic/tds/index.html b/Master/texmf-dist/doc/generic/tds/index.html
deleted file mode 100644
index a9be53d8abf..00000000000
--- a/Master/texmf-dist/doc/generic/tds/index.html
+++ /dev/null
@@ -1 +0,0 @@
-<meta http-equiv="refresh" content="0; url=tds.html">
diff --git a/Master/texmf-dist/doc/generic/tds/packages.zip b/Master/texmf-dist/doc/generic/tds/packages.zip
new file mode 100644
index 00000000000..ee95267afc5
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/tds/packages.zip
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/tds/tds.pdf b/Master/texmf-dist/doc/generic/tds/tds.pdf
index ec4acaf145a..bb2a2a46d30 100644
--- a/Master/texmf-dist/doc/generic/tds/tds.pdf
+++ b/Master/texmf-dist/doc/generic/tds/tds.pdf
Binary files differ
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index e7883aee1ed..e1fdeee0500 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -769,7 +769,7 @@ my @TLP_working = qw(
tabriz-thesis tabstackengine tabto-generic tabto-ltx
tabu tabularborder tabularray tabularcalc tabularew
tabulary tabvar tagging tagpair tagpdf talk talos tamefloats
- tamethebeast tap tapir tasks tcldoc tcolorbox tdclock tdsfrmath
+ tamethebeast tap tapir tasks tcldoc tcolorbox tdclock tds tdsfrmath
technics technion-thesis-template ted
templates-fenn templates-sommer templatetools tempora
tengwarscript
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 08223fa6113..9014768dc96 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1334,7 +1334,6 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'taupin', "die 'skipping, noinfo license'",
'taylor', "die 'skipping, nonfree'",
'tclldoc', "die 'skipping, use tcldoc'",
- 'tds', "die 'skipping, do by hand from http://tug.org/tds'",
'technica', "die 'skipping, generic .sty names'",
'telugu', "die 'skipping, old language support, await request'",
'template', "die 'skipping, use xpackages'",
@@ -1755,6 +1754,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'startex' => '&POST_otherformat',
'stex', => '&POSTstex',
'tap' => '&POSTtap',
+ 'tds' => '&POST_rmsymlink', # no README.html
'texdoc' => '&POSTtexdoc',
'texdraw' => '&POSTtexdraw',
'tex-ps' => '&POSTtex_ps',
@@ -2341,6 +2341,7 @@ $standardtex
'tap', ,'tap.tex',
'tasks', '\.(sty|cfg)$', # not tasks-manual.cls
'taylor', 'diagrams.tex',
+ 'tds', 'NULL', # doc pkg
'termmenu', '\.tex',
'termsim', '\.sty', # not ctxdoc-en.cls
'testidx', 'testidx-glossaries.*\.(bib|tex)$|' . $standardtex,
@@ -2672,6 +2673,7 @@ $standardtex
'systeme', 'generic',
'tamil-omega', 'omega',
'tap', 'generic',
+ 'tds', 'generic',
'tex-nutshell', 'plain',
'tex-refs', 'generic',
'tex-virtual-academy-pl', 'generic',
@@ -2927,6 +2929,7 @@ $standardsource = '(\.(bat|c|drv|[dem]tx|fea|fdd|ins|mk|sfd)'
'selnolig', 'NULL', # not .fea
'shipunov', 'NULL', # .bat in scripts
'stex', 'NULL', # handled in post fn
+ 'tds', 'NULL', # doc pkg
'tex-vpat', 'NULL',
'texaccents', '\.inc',
'texdraw', 'NULL',
@@ -3641,6 +3644,7 @@ $standardttf = '\.ttf|\.TTC';
'latex2e-help-texinfo-fr' => '\.info',
'latex2e-help-texinfo-spanish' => '\.info',
'latex2man' => '\.info',
+ 'tds' => '\.info',
);
# packages which have info files to build and then install.
@@ -3753,6 +3757,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot'
'sanskrit' => 'ps-type1|sktdoc.ps', # symlink, pdf in sanskrit-t1
'suftesi' => 'example/MaterialeInizialeFinale/.DS_Store',
'swfigure' => $standardclean . '|#README.txt#',
+ 'tds' => 'NULL', # preserve .dvi
'tlc2' => 'NULL', # doc package
'tufte-latex' => $standardclean . '|.tds.zip$',
'velthuis' => $standardclean . '|devnag.c', # already in source
diff --git a/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc
index 7b97cc0ec15..db6a4c73f75 100644
--- a/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc
+++ b/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc
@@ -73,6 +73,7 @@ srcpattern Package t texmf-dist source %NAME%
#
docpattern Package t texmf-dist doc %NAME%
docpattern Package f texmf-dist/doc/man/man1/%NAME%.*
+docpattern Package f texmf-dist/doc/info/%NAME%.info
docpattern Package d texmf-dist/doc/context/third/%NAME%
# auto patterns for category TLCore
diff --git a/Master/tlpkg/tlpsrc/kpathsea.tlpsrc b/Master/tlpkg/tlpsrc/kpathsea.tlpsrc
index d3ad7c0531d..b19e5edf7a2 100644
--- a/Master/tlpkg/tlpsrc/kpathsea.tlpsrc
+++ b/Master/tlpkg/tlpsrc/kpathsea.tlpsrc
@@ -9,7 +9,6 @@ runpattern f texmf-dist/web2c/mktexupd
#
docpattern f texmf-dist/doc/info/dir
docpattern f texmf-dist/doc/info/kpathsea.info*
-docpattern f texmf-dist/doc/info/tds.info
docpattern f texmf-dist/doc/info/web2c.info*
docpattern f texmf-dist/doc/kpathsea/*
docpattern f texmf-dist/doc/man/man1/kpseaccess.*
diff --git a/Master/tlpkg/tlpsrc/tds.tlpsrc b/Master/tlpkg/tlpsrc/tds.tlpsrc
index e69de29bb2d..3d5462202c6 100644
--- a/Master/tlpkg/tlpsrc/tds.tlpsrc
+++ b/Master/tlpkg/tlpsrc/tds.tlpsrc
@@ -0,0 +1 @@
+#docpattern +f texmf-dist/doc/info/tds.info