summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/Makefile
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2022-05-16 17:22:40 +0400
committerKonstantin Pavlov <thresh@nginx.com>2022-05-16 17:22:40 +0400
commit3e06ae3b34fa1fb1aff15186ddd4588f4f5aa3b3 (patch)
treea655b564eb16cfd6064fabde59f134b5856b2678 /pkg/deb/Makefile
parent7662ec5f1bf27de981a8aa100ab2c5c3fa985269 (diff)
downloadunit-3e06ae3b34fa1fb1aff15186ddd4588f4f5aa3b3.tar.gz
unit-3e06ae3b34fa1fb1aff15186ddd4588f4f5aa3b3.tar.bz2
Packages: ship README.md and CONTRIBUTING.md.
Diffstat (limited to 'pkg/deb/Makefile')
-rw-r--r--pkg/deb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/deb/Makefile b/pkg/deb/Makefile
index 3e1d53c5..52813e37 100644
--- a/pkg/deb/Makefile
+++ b/pkg/deb/Makefile
@@ -194,7 +194,7 @@ endif
debuild/unit_$(VERSION).orig.tar.gz: | debuild/$(SRCDIR)/debian
cd ../.. && tar -czf pkg/deb/debuild/$(SRCDIR).tar.gz \
--transform "s#^#$(SRCDIR)/#" \
- LICENSE NOTICE CHANGES README configure auto src test version go docs/man/unitd.8.in
+ LICENSE NOTICE CHANGES README.md CONTRIBUTING.md configure auto src test version go docs/man/unitd.8.in
mv debuild/$(SRCDIR).tar.gz debuild/unit_$(VERSION).orig.tar.gz
cd debuild && tar zxf unit_$(VERSION).orig.tar.gz