diff options
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index d9b38954356..75fd68db1f6 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -1456,6 +1456,9 @@ sub MAKEnosymlinks { # 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; } |