diff GNUmakefile @ 1286:c102344a0fa0

Fixed dir.map generation on ns.nginx.com.
author Sergey Budnevitch <sb@waeme.net>
date Wed, 10 Sep 2014 19:03:21 +0400
parents 333eccb8a7f6
children 8743a07a0b39
line wrap: on
line diff
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -290,7 +290,7 @@ dir.map:	xslt/dirmap.xslt xml/en/docs/di
 	@xsltproc -o - xslt/dirmap.xslt xml/en/docs/dirindex.xml	\
 	xml/en/docs/varindex.xml > $@
 
-ifeq ($(patsubst %.nginx.org,YES,$(shell hostname)), YES)
+ifeq ($(patsubst %.nginx.com,YES,$(shell hostname)), YES)
 all:	dir.map
 copy:	copy_dirmap
 .PHONY:	copy_dirmap