Skip to content

Commit

Permalink
Makefile: clean must remove doc/build too, otherwise, the documentati…
Browse files Browse the repository at this point in the history
…on index is not generated correctly after a while
  • Loading branch information
Mathieu Virbel committed Feb 3, 2011
1 parent a71a545 commit f4b0c5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ cover:
coverage html --include='$(KIVY_DIR)*' --omit '$(KIVY_DIR)lib/*,$(KIVY_DIR)tools/*,$(KIVY_DIR)tests/*'

clean:
-rm -rf doc/build
-rm -rf build
-rm -rf htmlcov
-rm .coverage
Expand Down

0 comments on commit f4b0c5d

Please sign in to comment.