diff options
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPSRC.pm | 8 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLWinGoo.pm | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm index c1308bad8c8..19a32285a01 100644 --- a/Master/tlpkg/TeXLive/TLPSRC.pm +++ b/Master/tlpkg/TeXLive/TLPSRC.pm @@ -925,20 +925,12 @@ for category C<Package>: t texmf-dist doc $name -for category C<Documentation>: - - t texmf-doc doc $name - =item C<srcpattern> for category C<Package>: t texmf-dist source $name -for category C<Documentation>: - - t texmf-doc source $name - =item C<binpattern> No C<binpattern>s are ever automatically added. diff --git a/Master/tlpkg/TeXLive/TLWinGoo.pm b/Master/tlpkg/TeXLive/TLWinGoo.pm index c4d0558ceaa..0a7b3f548cd 100644 --- a/Master/tlpkg/TeXLive/TLWinGoo.pm +++ b/Master/tlpkg/TeXLive/TLWinGoo.pm @@ -1009,7 +1009,6 @@ UNEND if (open UNINST2, ">$tdwfw/tlpkg/installer/uninst2.bat") { print UNINST2 <<UNEND2 if ($td eq $tdw); rmdir /s /q \"$td\\texmf-dist\" -rmdir /s /q \"$td\\texmf-doc\" rmdir /s /q \"$td\\texmf\" rmdir /s /q \"$td\\readme-html.dir\" rmdir /s /q \"$td\\readme-txt.dir\" |