summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2012-09-19 00:36:37 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2012-09-19 00:36:37 +0100
commit26c7132237b990a29a9e77139037199d43923264 (patch)
treec594687fde737ec3c494bc21c5663e6840a4cad0
parent483f6f2134cbfed6aea39931be38fc55b0826879 (diff)
Ensure 'make tarball' creates the required directories.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 807a4b21..aac341f8 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,7 @@ test: jq_test
releasedep: lexer.gen.c parser.gen.c jv_utf8_tables.gen.h
docs/content/2.download/source/jq.tgz: jq
+ mkdir -p `dirname $@`
tar -czvf $@ `git ls-files; ls *.gen.*`
tarball: docs/content/2.download/source/jq.tgz \ No newline at end of file