clean should not docclean
This commit is contained in:
parent
374300ca8d
commit
d67fdcc177
8
Makefile
8
Makefile
@ -66,13 +66,13 @@ website-upload: doc
|
|||||||
docclean:
|
docclean:
|
||||||
@-rm -f doc/node.1 doc/api.xml doc/api.html doc/changelog.html
|
@-rm -f doc/node.1 doc/api.xml doc/api.html doc/changelog.html
|
||||||
|
|
||||||
clean: docclean
|
clean:
|
||||||
@$(WAF) clean
|
@$(WAF) clean
|
||||||
|
|
||||||
distclean: docclean
|
|
||||||
@-rm -rf build/
|
|
||||||
@-find tools/ -name "*.pyc" -delete
|
@-find tools/ -name "*.pyc" -delete
|
||||||
|
|
||||||
|
distclean: clean docclean
|
||||||
|
@-rm -rf build/
|
||||||
|
|
||||||
check:
|
check:
|
||||||
@tools/waf-light check
|
@tools/waf-light check
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user