Packages: ship README.md and CONTRIBUTING.md.

This commit is contained in:
Konstantin Pavlov
2022-05-16 17:22:40 +04:00
parent 7662ec5f1b
commit 3e06ae3b34
6 changed files with 13 additions and 7 deletions

View File

@@ -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