diff options
author | Karl Berry <karl@freefriends.org> | 2019-03-18 22:11:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-03-18 22:11:52 +0000 |
commit | 6e0933605fa0e61275ffb05475f1d4a3da572f24 (patch) | |
tree | d6b777507b38c1e5acf37dcd7314a452730c899d /Master | |
parent | b3788e64c73121c13c0c27770a399d9548baae46 (diff) |
move tlpkg/tltcl to texlive.infra, for gui critical updates
git-svn-id: svn://tug.org/texlive/trunk@50452 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc b/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc index 57275f6aef9..41d5268d09c 100644 --- a/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc @@ -18,7 +18,6 @@ runpattern f install-tl runpattern f tlpkg/installer/install-menu-*.pl runpattern f tlpkg/installer/ctan-mirrors.pl runpattern f tlpkg/installer/texlive.png -runpattern d tlpkg/tltcl binpattern f/win32 install-tl-windows.bat binpattern f/win32 install-tl-advanced.bat docpattern f texmf-dist/doc/man/man1/install-tl.* diff --git a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc index 3a9840051e4..70019e7216b 100644 --- a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc @@ -16,6 +16,9 @@ docpattern f texmf-dist/scripts/texlive/NEWS docpattern f tlpkg/README docpattern f tlpkg/installer/COPYING.MinGW-runtime.txt +# gui front end support. +runpattern d tlpkg/tltcl + # the license files should always be available, # and release-texlive.txt is read for version info. runpattern f LICENSE* |