Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit c5fb090

Browse files
committed
Stop cleaning the installed py-evm in Makefile
This causes a failure when building the docs after cleaning. Even worse, because build-docs wasn't cleaning, it wasn't being caught until the moment of release.
1 parent 1d6246f commit c5fb090

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ clean: clean-build clean-pyc
1515
clean-build:
1616
rm -fr build/
1717
rm -fr dist/
18-
rm -fr *.egg-info
1918

2019
clean-pyc:
2120
find . -name '*.pyc' -exec rm -f {} +
@@ -38,7 +37,7 @@ coverage:
3837
coverage html
3938
open htmlcov/index.html
4039

41-
build-docs:
40+
build-docs: clean
4241
cd docs/; sphinx-build -W -T -E . _build/html
4342

4443
doctest:

0 commit comments

Comments
 (0)