diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-04-20 18:11:42 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-04-20 18:11:42 +0000 |
commit | 7b99f31ac9e93e863c5c4b77139e6ae8e787caf0 (patch) | |
tree | 6ccf742cd0fd462ca73526e9d1e766c45151f4e6 /Master/tlpkg/bin/ctan2tds | |
parent | bd387ceeb26aabfa9af13479256d327b4def8d98 (diff) |
ctan2tds: avoid doing setup() twice in MAKEflatten
git-svn-id: svn://tug.org/texlive/trunk@7550 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-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 { |