Codebase list metche / a9c8a47
Add a Makefile target to create a new upstream release tarball. intrigeri 6 years ago
1 changed file(s) with 7 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
99 distclean: clean
1010 rm -f metche.8
1111
12 VERSION=$(shell head -n1 Changelog | awk '{print $$1}')
13 release: Changelog
14 git archive \
15 --prefix=metche-$(VERSION)/ \
16 --output=../metche-$(VERSION).tar.gz \
17 master
18
1219 .PHONY: all doc clean distclean