diff options
author | Karl Berry <karl@freefriends.org> | 2006-10-07 20:38:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-10-07 20:38:40 +0000 |
commit | b687fca937117dc86f0df0b8865d4ccb31bf1aa7 (patch) | |
tree | af295f51aa796ffed0a75c456f75ea8e332d9b41 /Build | |
parent | 60a45a6e821196e03a1b74a69b6b5821693288aa (diff) |
ednotes update (7oct06)
git-svn-id: svn://tug.org/texlive/trunk@2266 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-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; } |