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:
@@ -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
|
DEST= ../build
|
||||||
XSLS?= xslscript.pl
|
XSLS?= xslscript.pl
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user