]> mj.ucw.cz Git - ywho.git/commitdiff
Removed obsolete `dist' target
authorMartin Mares <mj@ucw.cz>
Fri, 31 Dec 2010 16:43:07 +0000 (17:43 +0100)
committerMartin Mares <mj@ucw.cz>
Fri, 31 Dec 2010 16:43:07 +0000 (17:43 +0100)
Makefile

index b2b2784a771df5e92fd3aefd10e7119d3579e3eb..a79a1e9ac7f746d73cfa231ab745c96e9c1095a6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,10 +27,3 @@ release:
        scp $(ARCHIVE) atrey:~ftp/pub/local/mj/linux/
        ssh jw "cd www && bin/release-prog ywho $(VERSION)"
        mv $(ARCHIVE) ~/archives/mj/
-
-dist: clean
-       mkdir -p ~/tmp
-       cp -a . ~/tmp/$(REL)
-       rm -rf `find ~/tmp/$(REL) -name CVS -o -name tmp`
-       cd ~/tmp ; tar czvvf $(REL).tar.gz $(REL)
-       rm -rf ~/tmp/$(REL)