From c65f512fabf20d9887e4aa580ec49cfbd10f6479 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bert=20M=C3=BCnnich?= <ber.t@gmx.com>
Date: Fri, 11 Nov 2011 22:54:59 +0100
Subject: [PATCH] Removed target "dist" from Makefile

---
 Makefile | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/Makefile b/Makefile
index efda16f..ce6680b 100644
--- a/Makefile
+++ b/Makefile
@@ -41,15 +41,6 @@ clean:
 	@echo "cleaning"
 	@rm -f $(OBJ) config sxiv sxiv-$(VERSION).tar.gz
 
-dist: clean
-	@echo "creating dist tarball"
-	@mkdir -p sxiv-$(VERSION)
-	@cp LICENSE Makefile README.md config.def.h sxiv.1 $(SRC) config.c \
-	    sxiv-$(VERSION)
-	@tar -cf sxiv-$(VERSION).tar sxiv-$(VERSION)
-	@gzip sxiv-$(VERSION).tar
-	@rm -rf sxiv-$(VERSION)
-
 install: all
 	@echo "installing executable file to $(DESTDIR)$(PREFIX)/bin"
 	@install -D -m 755 sxiv $(DESTDIR)$(PREFIX)/bin/sxiv