summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds6
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 8014e176081..751234672a7 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -3598,6 +3598,12 @@ sub POSTknuth
{
print "POST$package - removing nonfree/duplicated files\n";
#
+ &xchdir ("$DEST/doc");
+ &xmkdir ("generic");
+ &SYSTEM ("$MV knuth generic");
+ &SYSTEM ("$MV ../source/knuth generic/knuth/source");
+ &xchdir ("generic/knuth");
+ #
# remove nonfree.
&SYSTEM ("$RM tex/texbook.tex mf/mfbook.tex");
#