Packages: added man page on debian-based systems.

This commit is contained in:
Konstantin Pavlov
2021-03-24 18:45:45 +03:00
parent b33babceda
commit 4a2dcb46dd
2 changed files with 4 additions and 2 deletions

View File

@@ -227,7 +227,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
LICENSE NOTICE CHANGES README 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