# HG changeset patch # User Ruslan Ermilov # Date 1330421765 0 # Node ID 644869149f360d16189df766a07334daff0abb73 # Parent 07c513842c98a90281169062a18f3488ae9c5c72 Added commands to install the generated dir.map on a website. diff -r 07c513842c98 -r 644869149f36 GNUmakefile --- a/GNUmakefile Tue Feb 28 08:06:45 2012 +0000 +++ b/GNUmakefile Tue Feb 28 09:36:05 2012 +0000 @@ -269,6 +269,10 @@ ifeq ($(patsubst %.nginx.org,YES,$(shell hostname)), YES) all: dir.map +copy: copy_dirmap +.PHONY: copy_dirmap +copy_dirmap: + /usr/local/bin/copy_dirmap.sh dir.map endif .DELETE_ON_ERROR: