From d03149f4df5c91c16c77d5bda89cdcf724113544 Mon Sep 17 00:00:00 2001 From: Stephen Dolan Date: Sat, 11 May 2013 14:48:39 +0100 Subject: Rake task to build source distribution for website --- docs/Rakefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/Rakefile b/docs/Rakefile index f8072072..6ef83d01 100644 --- a/docs/Rakefile +++ b/docs/Rakefile @@ -137,3 +137,10 @@ task :mantests do end end +directory "output/download/source" +task :tarball => ["output/download/source"] do + sh "cd ..; make dist" + sh "cp ../jq-*.tar.gz output/download/source" +end + +task :dist => [:build, :binaries, :tarball] -- cgit v1.2.3