summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-23 16:19:42 +0000
committerKarl Berry <karl@freefriends.org>2009-05-23 16:19:42 +0000
commitb0f8af630963f25143b81e4afd01c8a3d18841fe (patch)
treeac8633d83a2cb1f18e56f7702576724b94ca687e /Master/tlpkg/TeXLive
parent0f9f931997927a0dcbb5c5b95870e2f97b96fbb5 (diff)
remove texmf-doc
git-svn-id: svn://tug.org/texlive/trunk@13424 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r--Master/tlpkg/TeXLive/TLPSRC.pm8
-rw-r--r--Master/tlpkg/TeXLive/TLWinGoo.pm1
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\"