summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive/tlmgr.pl8
-rw-r--r--Master/texmf-dist/tex/latex/texosquery/texosquery.tex (renamed from Master/texmf-dist/doc/support/texosquery/texosquery.tex)0
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds1
3 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
index ddefd2433d4..3400035e48a 100755
--- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
+++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
@@ -6929,10 +6929,10 @@ specifies to be disabled, and finally appending the local file.
(Historical note: The formerly supported C<updmap-local.cfg> and
C<fmtutil-local.cnf> are no longer read, since C<updmap> and C<fmtutil>
-now reads and supports multiple configuration files. Thus,
-local additions can and should be put into an C<updmap.cfg> of C<fmtutil.cnf>
-file in C<TEXMFLOCAL>. The C<generate updmap> and C<generate fmtutil> actions
-no longer exist.)
+now reads and supports multiple configuration files. Thus, local
+additions can and should be put into an C<updmap.cfg>
+resp. C<fmtutil.cnf> file in C<TEXMFLOCAL>. The C<generate updmap> and
+C<generate fmtutil> actions no longer exist.)
Local files specify entries to be disabled with a comment line, namely
one of these:
diff --git a/Master/texmf-dist/doc/support/texosquery/texosquery.tex b/Master/texmf-dist/tex/latex/texosquery/texosquery.tex
index b95300ac20d..b95300ac20d 100644
--- a/Master/texmf-dist/doc/support/texosquery/texosquery.tex
+++ b/Master/texmf-dist/tex/latex/texosquery/texosquery.tex
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 85989b8cc2c..960de1625be 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1748,6 +1748,7 @@ $standardtex = '(\.(.bx|4ht|cls|clo|cmap|code\.tex|def|fd|fontspec|ldf|sty)'
'tex-ps', '\.tex',
'texapi', 'texapi\.tex',
'texdraw', 'tex$|' . $standardtex,
+ 'texosquery', '\.tex$|' . $standardtex,
'texsis', '\.txs|TXS.*tex|texsis.tex',
'thesis-ekf', 'images|\.cls', # not magyar.ldf
'thesis-titlepage-fhac','LOGO.*|' . $standardtex,