Don't delete css and js files in doc/ when making clean

We have a bunch of these in the repository.
This commit is contained in:
Marijn Haverbeke 2012-01-06 16:18:27 +01:00
parent cf5c877fc0
commit d214e3df16

View file

@ -48,8 +48,7 @@ clean-misc:
test/*/*.$(ext) \
test/bench/*/*.$(ext)))
$(Q)rm -Rf $(foreach ext, \
css html js \
aux cp fn ky log pdf pg toc tp vr cps, \
html aux cp fn ky log pdf pg toc tp vr cps, \
$(wildcard doc/*.$(ext) \
doc/*/*.$(ext) \
doc/*/*/*.$(ext)))