0.pre7.8:
[sbcl.git] / distclean.sh
index 9ba8508..33034f9 100644 (file)
@@ -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