diff options
author | Alejandro Colomar <alx@nginx.com> | 2023-04-24 17:59:34 +0200 |
---|---|---|
committer | Alejandro Colomar <alx@nginx.com> | 2023-05-08 17:47:26 +0200 |
commit | 1266eda80c2f3b67d50b13d88d1ea51729eab772 (patch) | |
tree | 5424b797f8db1bb7cd642665e94a557e9044b728 /pkg/rpm/Makefile | |
parent | 86a701abe0ca0ac1449976295fe28ea82d6c1f8c (diff) | |
download | unit-1266eda80c2f3b67d50b13d88d1ea51729eab772.tar.gz unit-1266eda80c2f3b67d50b13d88d1ea51729eab772.tar.bz2 |
Docs: moved uintd.8 to man8/ subdirectory.
Reviewed-by: Artem Konev <a.konev@f5.com>
Signed-off-by: Alejandro Colomar <alx@nginx.com>
Diffstat (limited to '')
-rw-r--r-- | pkg/rpm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/rpm/Makefile b/pkg/rpm/Makefile index 584f2d3a..d3cc34bd 100644 --- a/pkg/rpm/Makefile +++ b/pkg/rpm/Makefile @@ -193,7 +193,7 @@ rpmbuild/SOURCES/unit-$(VERSION).tar.gz: cd ../.. && tar -czf pkg/rpm/rpmbuild/SOURCES/unit-$(VERSION).tar.gz \ --transform "s#^#unit-$(VERSION)/#" \ LICENSE NOTICE CHANGES README.md CONTRIBUTING.md configure auto src \ - test tools version go pkg/contrib docs/man/unitd.8.in + test tools version go pkg/contrib docs/man/man8/unitd.8.in unit: check-build-depends-unit rpmbuild/SPECS/unit.spec rpmbuild/SOURCES/unit-$(VERSION).tar.gz @echo "===> Building $@ package" ; \ |