commit | f24f5f116fb58339cd418aa460cdee80b3a36768 | [log] [tgz] |
---|---|---|
author | Ruslan Ermilov <ru@nginx.com> | Thu Mar 28 08:47:25 2013 +0000 |
committer | Ruslan Ermilov <ru@nginx.com> | Thu Mar 28 08:47:25 2013 +0000 |
tree | b7bc0c5da00a67bd7532abe4131ad86936a72b6d | |
parent | a861b0dbb11a955f4957191b1ee7ee15c8e791a9 [diff] [blame] |
Configure: unified nginx version computation constructs.
diff --git a/docs/GNUmakefile b/docs/GNUmakefile index 7c72b91..cfa0289 100644 --- a/docs/GNUmakefile +++ b/docs/GNUmakefile
@@ -1,6 +1,6 @@ VER= $(shell grep 'define NGINX_VERSION' src/core/nginx.h \ - | sed -e 's/^.*\"\(.*\)\"/\1/') + | sed -e 's/^.*"\(.*\)".*/\1/') NGINX= nginx-$(VER) TEMP= tmp CP= $(HOME)/java