0.8.4.19:
[sbcl/lichteblau.git] / doc / clean.sh
blob0ed3330208662658c7f82d84654907a51fb3130f
1 #!/bin/sh
3 # Remove directories which are known to be generated for output only.
4 rm -rf html/
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