summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-03-31 05:28:08 +0200
committerhut <hut@lavabit.com>2010-03-31 05:28:08 +0200
commitfa1b534545a667a25994f845ecb3a4525a58b845 (patch)
treee3e3344e83dec2893cc467c7c8589f2ee7fd0fd9 /Makefile
parentc8085cbd1b83ba69ddb76c2d1a4dbfb5b1eb10ea (diff)
downloadranger-fa1b534545a667a25994f845ecb3a4525a58b845.tar.gz
clean up
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index 06f3dc92..2acb95a1 100644
--- a/Makefile
+++ b/Makefile
@@ -90,15 +90,3 @@ commit: test
 
 snapshot:
 	git archive HEAD | gzip > $(NAME)-$(VERSION)-$(shell git rev-list HEAD | head -n 1 | cut -b 1-8).tar.gz
-
-minimal_snapshot:
-	@echo 'This is not quite working well. I will abort now' && false
-	git checkout -b no_help
-	git rm -rf doc
-	git rm -rf test
-	git rm all_tests.py
-	git rm TODO
-	git commit -a -m'removed documentation'
-	git archive HEAD | gzip > $(NAME)-$(VERSION)-$(shell git rev-list HEAD | head -n 1 | cut -b 1-8).tar.gz
-	git reset --hard no_help^
-	git branch -D no_help