diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 4d967872f92..8014e176081 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -3596,12 +3596,7 @@ sub POSTinteractiveworkbook sub POSTknuth { - print "POST$package - rearranging for texmf-doc\n"; - &xchdir ("$DEST/doc"); - &xmkdir ("english"); - &SYSTEM ("$MV knuth english"); - &SYSTEM ("$MV ../source/knuth english/knuth/source"); - &xchdir ("english/knuth"); + print "POST$package - removing nonfree/duplicated files\n"; # # remove nonfree. &SYSTEM ("$RM tex/texbook.tex mf/mfbook.tex"); |