diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-23 18:16:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-23 18:16:07 +0000 |
commit | da11537ec4743b2bafb9bb04f388c1cc67c5f06b (patch) | |
tree | 861f1761cffb7213b668f736859b05a983b699a6 /Master/tlpkg/TeXLive/TLMedia.pm | |
parent | 7ed7c61b5bc6e9a0ac628ec26b923167c273c0d4 (diff) |
eradicate Documentation category
git-svn-id: svn://tug.org/texlive/trunk@14408 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLMedia.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLMedia.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Master/tlpkg/TeXLive/TLMedia.pm b/Master/tlpkg/TeXLive/TLMedia.pm index bb8638a765d..d705991fcd4 100644 --- a/Master/tlpkg/TeXLive/TLMedia.pm +++ b/Master/tlpkg/TeXLive/TLMedia.pm @@ -141,11 +141,6 @@ sub install_package { my $opt_src = $totlpdb->option("install_srcfiles"); my $opt_doc = $totlpdb->option("install_docfiles"); my $real_opt_doc = $opt_doc; - if ($tlpobj->category =~ m/documentation/i) { - # we do install documenation files for category Documentation - # even if opt_doc is false - $real_opt_doc = 1; - } my $reloc = 1 if $tlpobj->relocated; my $container; my @installfiles; |