# HG changeset patch # User Konstantin Pavlov # Date 1456503323 -10800 # Node ID 03715a31e037720ab9f3676d5264b0cced6de1c5 # Parent 680cbf783efe80c57a6e80b9e8f748adb472089e Fixed make draft when using mirrors. diff -r 680cbf783efe -r 03715a31e037 GNUmakefile --- a/GNUmakefile Mon Feb 29 14:40:15 2016 +0300 +++ b/GNUmakefile Fri Feb 26 19:15:23 2016 +0300 @@ -312,6 +312,11 @@ .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: