summaryrefslogtreecommitdiffhomepage
path: root/pkg
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2021-03-31 18:39:42 +0300
committerValentin Bartenev <vbart@nginx.com>2021-03-31 18:39:42 +0300
commita5eca0b83fec1ec26f8f4a1e471be3b78772cef9 (patch)
tree6c6df83accb40e4b66a30f794e27071f74733846 /pkg
parent0ae75733f7e63c7f2c190edb1425c0031262dc71 (diff)
downloadunit-a5eca0b83fec1ec26f8f4a1e471be3b78772cef9.tar.gz
unit-a5eca0b83fec1ec26f8f4a1e471be3b78772cef9.tar.bz2
Packages: fixed "dist" target to include man page in the archive.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/Makefile b/pkg/Makefile
index 15ff075d..4cf9ff80 100644
--- a/pkg/Makefile
+++ b/pkg/Makefile
@@ -14,7 +14,7 @@ dist:
hg archive unit-$(VERSION).tar.gz \
-r $(VERSION) \
-p unit-$(VERSION) \
- -X "../.hg*" -X "../pkg/" -X "../docs/"
+ -X "../.hg*" -X "../pkg/" -X "../docs/*.*" -X "../docs/Makefile"
$(SHA512SUM) unit-$(VERSION).tar.gz > unit-$(VERSION).tar.gz.sha512
rpm: