diff options
author | Valentin Bartenev <vbart@nginx.com> | 2021-03-31 18:39:42 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2021-03-31 18:39:42 +0300 |
commit | a5eca0b83fec1ec26f8f4a1e471be3b78772cef9 (patch) | |
tree | 6c6df83accb40e4b66a30f794e27071f74733846 /pkg/Makefile | |
parent | 0ae75733f7e63c7f2c190edb1425c0031262dc71 (diff) | |
download | unit-a5eca0b83fec1ec26f8f4a1e471be3b78772cef9.tar.gz unit-a5eca0b83fec1ec26f8f4a1e471be3b78772cef9.tar.bz2 |
Packages: fixed "dist" target to include man page in the archive.
Diffstat (limited to 'pkg/Makefile')
-rw-r--r-- | pkg/Makefile | 2 |
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: |