changeset 434:644869149f36

Added commands to install the generated dir.map on a website.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 28 Feb 2012 09:36:05 +0000
parents 07c513842c98
children 338c5aa982f8
files GNUmakefile
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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: