From d214e3df1657e8fa00d475aa5d31d0498f35d337 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Fri, 6 Jan 2012 16:18:27 +0100 Subject: [PATCH] Don't delete css and js files in doc/ when making clean We have a bunch of these in the repository. --- mk/clean.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mk/clean.mk b/mk/clean.mk index 49e1a33b6ad..9ef1ff2414a 100644 --- a/mk/clean.mk +++ b/mk/clean.mk @@ -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)))