From: Daira Hopwood <daira@jacaranda.org>
Date: Thu, 10 Oct 2013 16:47:30 +0000 (+0100)
Subject: Add 'make distclean'.
X-Git-Tag: allmydata-tahoe-1.10.1a1~211^2
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/%22doc.html/%5B%5E?a=commitdiff_plain;h=refs%2Fpull%2F64%2Fhead;p=tahoe-lafs%2Ftahoe-lafs.git

Add 'make distclean'.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
---

diff --git a/Makefile b/Makefile
index d468e9a4..311501d1 100644
--- a/Makefile
+++ b/Makefile
@@ -241,6 +241,11 @@ clean:
 	rm -rf misc/dependencies/tahoe_deps.egg-info
 	rm -f bin/tahoe bin/tahoe.pyscript
 
+distclean: clean
+	rm -rf src/allmydata_tahoe.egg-info
+	rm -f src/allmydata/_version.py
+	rm -f src/allmydata/_appname.py
+
 find-trailing-spaces:
 	$(PYTHON) misc/coding_tools/find-trailing-spaces.py -r $(SOURCES)
 	@echo