Makefile: clean: remove generated html files

Reviewed-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2011-01-27 20:28:34 +01:00
parent fa60f3f9b7
commit c79112baa1
2 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,8 @@ Changes
Bug Fixes
---------
* Makefile: clean removes HTML files
Pending for the next major release
==================================

View File

@ -34,9 +34,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: