Removed unused variables from "docs/Makefile".

They actually have been broken since 00d8049418cf,
where NXT_VERSION was removed from nxt_main.h.

Also, shebang is added.
This commit is contained in:
Valentin Bartenev
2019-12-24 17:03:47 +03:00
parent 51af6ac0a1
commit 9224e94a8d

View File

@@ -1,7 +1,5 @@
#!/usr/bin/make
VER= $(shell grep 'define NXT_VERSION' src/nxt_main.h \
| sed -e 's/^.*"\(.*\)".*/\1/')
UNIT= unit-$(VER)
DEST= ../build
XSLS?= xslscript.pl