Merge branch 'ns/makefile-learn-to-remove-html-files' into next

Conflicts:
	Changelog.draft.rst
This commit is contained in:
Nicolas Sebrecht
2011-01-28 19:55:35 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -35,9 +35,9 @@ clean:
-find . -name '*.pygc' -exec rm -f {} \;
-find . -name '*.class' -exec rm -f {} \;
-find . -name '.cache*' -exec rm -f {} \;
-find . -name '*.html' -exec rm -f {} \;
-rm -f manpage.links manpage.refs
-find . -name auth -exec rm -vf {}/password {}/username \;
-rm -f readme.html
@$(MAKE) -C docs clean
man: