diff options
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 16a6ac53925..3b8a3e25f4f 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -1913,7 +1913,7 @@ sub MAKEflatten # do the usual. &buildfilelist; - &donormal; + &donormal ("nosetup"); } # a ctan-ready zip file. @@ -2353,6 +2353,8 @@ sub MAKEactive_conf { &SYSTEM ("$MV example/* .; rmdir example"); &SYSTEM ("$MV source/* .; rmdir source"); &donormal ("nosetup"); + # active-header-2006.tex from CTAN differs from the generated one :( + # Asked Will to consider fixing this (2008-04-20) } sub MAKEae { |