diff options
Diffstat (limited to 'Build/cdbuild')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 8 |
1 files changed, 1 insertions, 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; } |