diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 7c4f00de647..50da9c27462 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -5591,6 +5591,10 @@ sub POSTpmx { sub POSTprerex { print "POST$package - rm dup prerex subdir\n"; + # move all the stuff from doc dir into ., as it + # is already in the doc folder + &SYSTEM ("mv doc/* ."); + &SYSTEM ("rmdir doc"); &SYSTEM ("$RM -rf prerex"); } |