X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fclean.sh;h=ceeb298acb3b0f129cce0b7bae5c70ad3a8adea4;hb=6ab9c60f1c53cc7cc912d644658bc23453a82ac4;hp=0ed3330208662658c7f82d84654907a51fb3130f;hpb=f7cadee920a6b059d17edf8d27ff92c0229a6632;p=sbcl.git diff --git a/doc/clean.sh b/doc/clean.sh index 0ed3330..ceeb298 100644 --- a/doc/clean.sh +++ b/doc/clean.sh @@ -1,10 +1,7 @@ #!/bin/sh -# Remove directories which are known to be generated for output only. -rm -rf html/ +. ../find-gnumake.sh +find_gnumake +$GNUMAKE clean -# 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 +(cd manual; sh clean.sh)