diff options
-rw-r--r-- | docs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/Makefile b/docs/Makefile index bb4a1446..aa8aeb9b 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -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 |