X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=4f99d50c9cc857ea5c64066898ac54327faf376a;hb=524acdbe555cdb9ddaea0f14dae04800c7ec4b5f;hp=be5701d48cc4192b6aae2c2a19fec441fb3ecba4;hpb=78ab1011ba7c67b793fa055be1bac50668165d34;p=plstackapi.git diff --git a/Makefile b/Makefile index be5701d..4f99d50 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ dist rpm: $(NAME)-$(VERSION)-$(RELEASE).rpm $(NAME)-$(VERSION).tar.gz: mkdir -p $(NAME)-$(VERSION) - rsync -av --exclude=.svn --exclude=.git --exclude=*.tar.gz --exclude=$(NAME)-$(VERSION)/ ./ $(NAME)-$(VERSION) + rsync -av --exclude=.svn --exclude=.git --exclude=*.tar.gz --exclude=__history --exclude=$(NAME)-$(VERSION)/ ./ $(NAME)-$(VERSION) tar -czf $@ $(NAME)-$(VERSION) rm -fr $(NAME)-$(VERSION)