# HG changeset patch # User Sergey Budnevitch # Date 1410361401 -14400 # Node ID c102344a0fa08f350c65349517b1934335eeb728 # Parent 4e89518a5999f14309377545f5d94d0473005ac4 Fixed dir.map generation on ns.nginx.com. diff --git a/GNUmakefile b/GNUmakefile --- 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