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
+++ b/GNUmakefile
@@ -269,6 +269,10 @@ dir.map:	xslt/dirmap.xslt xml/en/docs/di
 
 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: