0.8.4.19:
[sbcl.git] / doc / clean.sh
1 #!/bin/sh
2
3 # Remove directories which are known to be generated for output only.
4 rm -rf html/
5
6 # Remove files whose suffixes indicate that they're generated (e.g.
7 # HTML or PostScript) not source (DocBook/SGML, build scripts, etc.).
8 find . \( \
9         -name '*.htm' -o \
10         -name '*.html' \) -print | xargs rm -f