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:
parent
cf5c877fc0
commit
d214e3df16
1 changed files with 1 additions and 2 deletions
|
@ -48,8 +48,7 @@ clean-misc:
|
||||||
test/*/*.$(ext) \
|
test/*/*.$(ext) \
|
||||||
test/bench/*/*.$(ext)))
|
test/bench/*/*.$(ext)))
|
||||||
$(Q)rm -Rf $(foreach ext, \
|
$(Q)rm -Rf $(foreach ext, \
|
||||||
css html js \
|
html aux cp fn ky log pdf pg toc tp vr cps, \
|
||||||
aux cp fn ky log pdf pg toc tp vr cps, \
|
|
||||||
$(wildcard doc/*.$(ext) \
|
$(wildcard doc/*.$(ext) \
|
||||||
doc/*/*.$(ext) \
|
doc/*/*.$(ext) \
|
||||||
doc/*/*/*.$(ext)))
|
doc/*/*/*.$(ext)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue