0.8.0.9:
[sbcl.git] / clean.sh
index 351150b..bf5f974 100755 (executable)
--- a/clean.sh
+++ b/clean.sh
@@ -59,7 +59,7 @@ done
 #     common names for editor temporary files
 #   TAGS, tags
 #     files created by GNU etags and ctags
-#   .#*, *.orig, .*.orig
+#   .#*, *.orig, .*.orig, *.rej
 #     rubbish left behind by CVS updates
 #   *.htm, *.html
 #     The system doc sources are SGML, any HTML is
@@ -76,6 +76,7 @@ find . \( \
        -name '.#*' -o \
        -name '*.orig' -o \
        -name '.*.orig' -o \
+        -name '*.rej' -o \
        -name '?*.x86f' -o \
        -name '?*.axpf' -o \
        -name '?*.lbytef' -o \
@@ -93,9 +94,9 @@ find . \( \
        -name 'sbcl' -o \
        -name 'sbcl.h' -o \
        -name 'depend' -o \
-       -name '*.htm' -o \
-       -name '*.html' -o \
        -name 'TAGS' -o \
        -name 'tags' -o \
        -name 'test-passed' -o \
        -name 'local-target-features.lisp-expr' \) -print | xargs rm -f
+
+cd doc && sh ./clean.sh