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
commit 429cf53166
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ Bug Fixes
---------
* Makefile: docutils: work whether python extension is stripped or not
* Makefile: clean now removes HTML documentation files
Pending for the next major release

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: