X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ca8e96946efc3e5c187c8b758b2f6c265c9a3a52..6608462cac742530ed6528bfb5ac7e26f43a31ea:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 69a69a8d..baf78638 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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