[PATCH] Makefile: clean: remove generated html files

Nicolas Sebrecht nicolas.s-dev at laposte.net
Thu Jan 27 19:32:32 UTC 2011


Signed-off-by: Nicolas Sebrecht <nicolas.s-dev at laposte.net>
---
 Changelog.draft.rst |    2 ++
 Makefile            |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Changelog.draft.rst b/Changelog.draft.rst
index 8b599f9..2818a93 100644
--- a/Changelog.draft.rst
+++ b/Changelog.draft.rst
@@ -19,6 +19,8 @@ Changes
 Bug Fixes
 ---------
 
+* Makefile: clean removes HTML files
+
 
 Pending for the next major release
 ==================================
diff --git a/Makefile b/Makefile
index 125e396..2be9b86 100644
--- a/Makefile
+++ b/Makefile
@@ -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:
-- 
1.7.4.rc1.220.g438e4




More information about the OfflineIMAP-project mailing list