Added build system support for a man page.

This commit is contained in:
Konstantin Pavlov
2021-03-24 18:45:45 +03:00
parent 6d7c6196e1
commit b33babceda
6 changed files with 42 additions and 6 deletions

1
configure vendored
View File

@@ -35,6 +35,7 @@ NXT_BINDIR="bin"
NXT_SBINDIR="sbin"
NXT_LIBDIR="lib"
NXT_INCDIR="include"
NXT_MANDIR="share/man"
NXT_MODULES="modules"
NXT_STATE="state"
NXT_TMP="tmp"