summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/Makefile
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2021-03-24 18:45:45 +0300
committerKonstantin Pavlov <thresh@nginx.com>2021-03-24 18:45:45 +0300
commit4a2dcb46dd64e6cd23463127dbf95c80a2e33eb2 (patch)
tree6c5db45ee713d7a13230961211e04c955046db0d /pkg/deb/Makefile
parentb33babcedaa032b901aa37aa57da46e6116509f0 (diff)
downloadunit-4a2dcb46dd64e6cd23463127dbf95c80a2e33eb2.tar.gz
unit-4a2dcb46dd64e6cd23463127dbf95c80a2e33eb2.tar.bz2
Packages: added man page on debian-based systems.
Diffstat (limited to '')
-rw-r--r--pkg/deb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/deb/Makefile b/pkg/deb/Makefile
index 16e73b94..8c33fc53 100644
--- a/pkg/deb/Makefile
+++ b/pkg/deb/Makefile
@@ -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