diff options
author | Karl Berry <karl@freefriends.org> | 2007-09-25 17:53:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-09-25 17:53:44 +0000 |
commit | 9507177ffe5fb79ff560ffac5c953f66334fe0db (patch) | |
tree | 2ea1579be14f0a23e8245da78612b1a54f5a32f6 /Build | |
parent | 5b69f70c19cb30fe0ee405e142832f3900a9fdc9 (diff) |
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
Diffstat (limited to 'Build')
-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; } |