removed old "make dist" target
authorAndrew Tridgell <tridge@samba.org>
Fri, 17 Jul 1998 07:26:08 +0000 (07:26 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 17 Jul 1998 07:26:08 +0000 (07:26 +0000)
Makefile.in

index 69a69a8..baf7863 100644 (file)
@@ -60,10 +60,3 @@ proto:
 clean:
        rm -f *~ $(OBJS) rsync config.cache config.log config.status
 
-dist:
-       tar --exclude-from .ignore -czf dist.tar.gz .
-       -mkdir rsync-$(VERSION)
-       (cd rsync-$(VERSION) ; tar xzf ../dist.tar.gz)
-       tar -czf rsync-$(VERSION).tar.gz rsync-$(VERSION)
-       rm -f dist.tar.gz
-       echo rsync-$(VERSION) >> .cvsignore