comparison docs/GNUmakefile @ 775:a452a0e13539

check nginx.pm version
author Igor Sysoev <igor@sysoev.ru>
date Thu, 12 Oct 2006 19:55:15 +0000
parents 7e24168b0853
children 520cb18b64fb
comparison
equal deleted inserted replaced
774:589841f06b87 775:a452a0e13539
1 1
2 VER= $(shell grep NGINX_VER src/core/nginx.h \ 2 VER= $(shell grep 'define NGINX_VERSION' src/core/nginx.h \
3 | sed -e 's%^.*\"nginx/\(.*\)\"%\1%') 3 | sed -e 's/^.*\"\(.*\)\"/\1/')
4 NGINX= nginx-$(VER) 4 NGINX= nginx-$(VER)
5 TEMP= tmp 5 TEMP= tmp
6 CP= $(HOME)/java 6 CP= $(HOME)/java
7 7
8 define XSLScript 8 define XSLScript