X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=distclean.sh;h=33034f9f3fba83159a1b5d072783fb4c5b3e1694;hb=c8218514d751c4d777892b79bbf1ca6597f731c0;hp=9ba85089773b882add782b83d9c9a383f2bed346;hpb=3bd7a97d1b11a2b0aee086ef211cae807f3dfc35;p=sbcl.git diff --git a/distclean.sh b/distclean.sh index 9ba8508..33034f9 100644 --- a/distclean.sh +++ b/distclean.sh @@ -4,5 +4,13 @@ # generated files but other things (e.g. customization files) # which shouldn't be in the distribution -rm customize-target-features.lisp +# It's not unheard of to copy the old CMU CL docs into their +# traditional sbcl-0.6.x place. If so, it shouldn't end up in +# the distribution. +rm -rf doc/cmucl + +# miscellaneous other customizations which shouldn't be propagated +rm -rf customize-target-features.lisp + +# Fall through to ordinary cleanup. sh clean.sh