From 288beb2ed16dc46bfc6dd1ebb6413722ae270fee Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 26 Jul 2016 15:09:07 +0300 Subject: [PATCH] A dist target in Makefile. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 469d330b..b53baa06 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -NJS_VER = 20150922 +NJS_VER = 0.1.0 NXT_LIB = nxt @@ -89,7 +89,7 @@ clean: rm -rf $(NXT_BUILDDIR) rm -f $(NXT_LIB)/Makefile.conf $(NXT_LIB)/nxt_auto_config.h -tarball: +dist: make clean mkdir njs-$(NJS_VER) cp -rp configure Makefile LICENSE README $(NXT_LIB) njs nginx \ -- 2.47.3