X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fclean.sh;h=0ed3330208662658c7f82d84654907a51fb3130f;hb=782a45c5d5000d7e86c83e7b303f15270b1e03c2;hp=92c882d77cbe3324e8077d13de4cb3a16d8a8e47;hpb=a3ab89c1db0dd9bfb911532ca134be16f16c4c1b;p=sbcl.git diff --git a/doc/clean.sh b/doc/clean.sh index 92c882d..0ed3330 100644 --- a/doc/clean.sh +++ b/doc/clean.sh @@ -1,5 +1,10 @@ #!/bin/sh +# Remove directories which are known to be generated for output only. +rm -rf html/ + +# Remove files whose suffixes indicate that they're generated (e.g. +# HTML or PostScript) not source (DocBook/SGML, build scripts, etc.). find . \( \ -name '*.htm' -o \ -name '*.html' \) -print | xargs rm -f