summaryrefslogtreecommitdiffhomepage
path: root/auto
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@nginx.com>2023-04-24 17:59:34 +0200
committerAlejandro Colomar <alx@nginx.com>2023-05-08 17:47:26 +0200
commit1266eda80c2f3b67d50b13d88d1ea51729eab772 (patch)
tree5424b797f8db1bb7cd642665e94a557e9044b728 /auto
parent86a701abe0ca0ac1449976295fe28ea82d6c1f8c (diff)
downloadunit-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 'auto')
-rw-r--r--auto/make4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/make b/auto/make
index 0890b0c3..ecf31826 100644
--- a/auto/make
+++ b/auto/make
@@ -305,12 +305,12 @@ END
cat << END >> $NXT_MAKEFILE
-$NXT_BUILD_DIR/share/man/man8/unitd.8: docs/man/unitd.8.in \\
+$NXT_BUILD_DIR/share/man/man8/unitd.8: docs/man/man8/unitd.8.in \\
$NXT_BUILD_DIR/include/nxt_auto_config.h
sed -e "s|%%ERROR_LOG_PATH%%|$NXT_LOG|" \\
-e "s|%%PID_PATH%%|$NXT_PID|" \\
-e "s|%%SOCKET_PATH%%|$NXT_CONTROL|" \\
- < docs/man/unitd.8.in > \$@
+ < docs/man/man8/unitd.8.in > \$@
END