From 9507177ffe5fb79ff560ffac5c953f66334fe0db Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 25 Sep 2007 17:53:44 +0000 Subject: move special-case postdelete's, now that we have the hash. git-svn-id: svn://tug.org/texlive/trunk@5038 c570f23f-e606-0410-a88d-b1316a301751 --- Build/cdbuild/ctan2tds.pl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 946638e3c19..2f4adfcc1ef 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -704,6 +704,7 @@ $standardinsrunner="latex -interaction=nonstopmode"; %specialins_postdelete = ( 'dateiliste', 'dateiliste.README*', # already in dist + 'ednotes', 'perpage.sty', # copy from bigfoor 'jknapltx', 'ubbold.fd', # clashes with Ubbold.fd from bbold, # plus sauter bbold doesn't work? 'mathexam', 'sample.tex~', @@ -1719,13 +1720,6 @@ sub MAKEnosymlinks { print "\t SPECIAL nosymlinks $package\n"; &SYSTEM("find . -type l | xargs rm"); - # remove from lineno package, it's in the ltabptch package (which - # doesn't use this function). Told Uwe, hopefully he will fix. - &SYSTEM("rm -f ltabptch.sty"); - - # remove from ednotes package, it's a copy from bigfoot. Sigh. - &SYSTEM("rm -f perpage.sty"); - &buildfilelist; &donormal; } -- cgit v1.2.3