changeset 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 4e89518a5999
children 8b26399868ed
files GNUmakefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile	Mon Sep 08 17:21:16 2014 +0400
+++ b/GNUmakefile	Wed Sep 10 19:03:21 2014 +0400
@@ -290,7 +290,7 @@
 	@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