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