From 7b99f31ac9e93e863c5c4b77139e6ae8e787caf0 Mon Sep 17 00:00:00 2001 From: Manuel Pégourié-Gonnard Date: Sun, 20 Apr 2008 18:11:42 +0000 Subject: ctan2tds: avoid doing setup() twice in MAKEflatten git-svn-id: svn://tug.org/texlive/trunk@7550 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/ctan2tds | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 { -- cgit v1.2.3