Fix make dist to not include staging and ARCHIVE
This commit is contained in:
parent
c1506f07b8
commit
969f83bcad
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -32,8 +32,8 @@ dist: release pgpverify.8
|
||||||
release: pgpverify.8
|
release: pgpverify.8
|
||||||
rm -f pgpcontrol-$(VERSION).tar.gz
|
rm -f pgpcontrol-$(VERSION).tar.gz
|
||||||
mkdir -p pgpcontrol-$(VERSION)
|
mkdir -p pgpcontrol-$(VERSION)
|
||||||
rsync -C -a ./ pgpcontrol-$(VERSION)/
|
rsync -C -a --exclude /ARCHIVE --exclude /pgpcontrol-* \
|
||||||
rsync -a pgpverify.8 pgpcontrol-$(VERSION)/
|
--exclude /staging ./ pgpcontrol-$(VERSION)/
|
||||||
tar cfz pgpcontrol-$(VERSION).tar.gz pgpcontrol-$(VERSION)
|
tar cfz pgpcontrol-$(VERSION).tar.gz pgpcontrol-$(VERSION)
|
||||||
rm -rf pgpcontrol-$(VERSION)
|
rm -rf pgpcontrol-$(VERSION)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue