changeset 1660:03715a31e037

Fixed make draft when using mirrors.
author Konstantin Pavlov <thresh@nginx.com>
date Fri, 26 Feb 2016 19:15:23 +0300
parents 680cbf783efe
children 0da7c65fdae5
files GNUmakefile
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -312,6 +312,11 @@ copy:	copy_dirmap
 .PHONY:	copy_dirmap
 copy_dirmap:
 	/usr/local/bin/copy_dirmap.sh dir.map $(NGINX_ORG)
+
+draft:	copy_draft
+.PHONY:	copy_draft
+copy_draft:
+	/usr/local/bin/copy_draft.sh $(NGINX_ORG)
 endif
 
 clean: