Mercurial > projects > booket
comparison Makefile @ 32:06eba1bf219d default tip
Exclude "." from tarballs
author | Guido Berhoerster <guido+booket@berhoerster.name> |
---|---|
date | Tue, 13 Sep 2016 16:23:34 +0200 |
parents | 58f3589982ea |
children |
comparison
equal
deleted
inserted
replaced
31:ffe69492fc67 | 32:06eba1bf219d |
---|---|
53 | 53 |
54 clobber: clean | 54 clobber: clean |
55 | 55 |
56 dist: all | 56 dist: all |
57 $(PAX) -w -x ustar -s ',.*/\..*,,' -s ',./[^/]*\.tar\.gz,,' \ | 57 $(PAX) -w -x ustar -s ',.*/\..*,,' -s ',./[^/]*\.tar\.gz,,' \ |
58 -s ',\./,$(DISTNAME)/,' . | $(GZIP) > $(DISTNAME).tar.gz | 58 -s ',^\.$$,,' -s ',\./,$(DISTNAME)/,' . | \ |
59 $(GZIP) > $(DISTNAME).tar.gz |