From d67fdcc177622d8544163587d48de12bc74a6018 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 7 Mar 2010 12:13:16 -0800 Subject: [PATCH] clean should not docclean --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 20a04926eb..244139dd12 100644 --- a/Makefile +++ b/Makefile @@ -66,12 +66,12 @@ website-upload: doc docclean: @-rm -f doc/node.1 doc/api.xml doc/api.html doc/changelog.html -clean: docclean +clean: @$(WAF) clean + @-find tools/ -name "*.pyc" -delete -distclean: docclean +distclean: clean docclean @-rm -rf build/ - @-find tools/ -name "*.pyc" -delete check: @tools/waf-light check