Add 'VERSION.rst' to 'clean' target.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 15 Jan 2012 20:42:07 +0200
changeset 137 6c57b5559f84
parent 136 55aad331c951
child 138 2350fe6faabc
Add 'VERSION.rst' to 'clean' target.
Makefile
--- a/Makefile	Sun Jan 15 20:41:14 2012 +0200
+++ b/Makefile	Sun Jan 15 20:42:07 2012 +0200
@@ -352,7 +352,7 @@
 
 .PHONY: clean
 clean:
-	rm -f $(DICTDZ_FILES) $(INDEX_FILES) $(HTML_FILES) STAT.rst
+	rm -f $(DICTDZ_FILES) $(INDEX_FILES) $(HTML_FILES) STAT.rst VERSION.rst
 	rm -rf $(DIST_DIR) $(DIST_TARBALLS)
 	rm -rf $(DISTSRC_DIR) $(DISTSRC_TARBALLS)