From 86e4445d8a2d10c4089b259dc40b1fb782da4eed Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Tue, 13 Dec 2011 18:07:52 +0000 Subject: Merge of r4001, r4002, r4008: Manpage changes: *) Support link. *) Commented out reference to non-existing nginx.conf(5). *) Rebuild manpage only if needed. --- auto/install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'auto') diff --git a/auto/install b/auto/install index 6e8ccda60..d77efbf74 100644 --- a/auto/install +++ b/auto/install @@ -74,7 +74,9 @@ esac cat << END >> $NGX_MAKEFILE -manpage: +manpage: $NGX_OBJS/nginx.8 + +$NGX_OBJS/nginx.8: man/nginx.8 $NGX_AUTO_CONFIG_H sed -e "s|%%PREFIX%%|$NGX_PREFIX|" \\ -e "s|%%PID_PATH%%|$NGX_PID_PATH|" \\ -e "s|%%CONF_PATH%%|$NGX_CONF_PATH|" \\ -- cgit