From 1d8eba4368aa53ad5e534b68873d24b3ee69cc51 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Thu, 15 Dec 2011 19:04:55 +1030 Subject: Automate package releases with build-packages.sh build-packages.sh has several advantages: - Automatically bumps version numbers - Builds HTML documentation on the fly --- Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3e179e8..9b1b649 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,3 @@ -CJSON_VERSION = 1.0.4 LUA_VERSION = 5.1 ## Available Lua CJSON specific workarounds @@ -69,9 +68,3 @@ manual.html: manual.txt clean: rm -f *.o *.so - -package: - git archive --prefix="lua-cjson-$(CJSON_VERSION)/" master | \ - gzip -9 > "lua-cjson-$(CJSON_VERSION).tar.gz" - git archive --prefix="lua-cjson-$(CJSON_VERSION)/" \ - -o "lua-cjson-$(CJSON_VERSION).zip" master -- cgit v1.2.3-55-g6feb