mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Rake task to build source distribution for website
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user