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/deb/debian/rules.in | |
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 'pkg/deb/debian/rules.in')
-rw-r--r-- | pkg/deb/debian/rules.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/deb/debian/rules.in b/pkg/deb/debian/rules.in index 46286e83..0d7cf830 100644 --- a/pkg/deb/debian/rules.in +++ b/pkg/deb/debian/rules.in @@ -40,8 +40,8 @@ config.env.%: njs cp -Pa $(CURDIR)/README.md $(BUILDDIR_$*)/ cp -Pa $(CURDIR)/CONTRIBUTING.md $(BUILDDIR_$*)/ cp -Pa $(CURDIR)/go $(BUILDDIR_$*)/ - mkdir -p $(BUILDDIR_$*)/docs/man - cp -Pa $(CURDIR)/docs/man/unitd.8.in $(BUILDDIR_$*)/docs/man/ + mkdir -p $(BUILDDIR_$*)/docs/man/man8 + cp -Pa $(CURDIR)/docs/man/man8/unitd.8.in $(BUILDDIR_$*)/docs/man/man8/ touch $@ configure.unit: config.env.unit |