We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a99a3e commit 340a3acCopy full SHA for 340a3ac
Makefile
@@ -30,8 +30,8 @@ clean:
30
distclean: clean
31
rm -rf .cache tests/.cache
32
rm -f MANIFEST
33
- rm -f *.pyc tests/*.pyc doc/examples/*.pyc
34
- rm -rf __pycache__ tests/__pycache__ doc/examples/__pycache__
+ rm -f *.pyc tests/*.pyc
+ rm -rf __pycache__ tests/__pycache__
35
rm -rf dist
36
rm -rf pytest_dependency.egg-info
37
rm -f python2_6.patch
doc/Makefile
@@ -32,10 +32,12 @@ doctest: $(SRCDIRS)
$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) doctest
clean:
- rm -f *~ src/*~
+ rm -f *~ examples/*~ src/*~
38
rm -rf doctrees html latex linkcheck doctest
39
+ rm -f examples/*.pyc
40
+ rm -rf examples/__pycache__
41
42
src/_static:
43
mkdir $@
0 commit comments