Skip to content

Commit d214e3d

Browse files
committed
Don't delete css and js files in doc/ when making clean
We have a bunch of these in the repository.
1 parent cf5c877 commit d214e3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mk/clean.mk

+1-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ clean-misc:
4848
test/*/*.$(ext) \
4949
test/bench/*/*.$(ext)))
5050
$(Q)rm -Rf $(foreach ext, \
51-
css html js \
52-
aux cp fn ky log pdf pg toc tp vr cps, \
51+
html aux cp fn ky log pdf pg toc tp vr cps, \
5352
$(wildcard doc/*.$(ext) \
5453
doc/*/*.$(ext) \
5554
doc/*/*/*.$(ext)))

0 commit comments

Comments
 (0)