# HG changeset patch # User Konstantin Pavlov # Date 1456503323 -10800 # Node ID 03715a31e037720ab9f3676d5264b0cced6de1c5 # Parent 680cbf783efe80c57a6e80b9e8f748adb472089e Fixed make draft when using mirrors. diff --git a/GNUmakefile b/GNUmakefile --- 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: