summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Matt Colyer2009-05-10 09:29:20 -0700
committerGravatar Matt Colyer2009-05-10 09:29:20 -0700
commit832cf4c1be36daacb9c1a660caafde118540ed13 (patch)
tree2daa1c3eb15a12f52b5ca1663c2de98c4504dd24 /Makefile.am
parent1351b686d450112ae55d26d81d9d59c5f542f12e (diff)
downloadlibimobiledevice-832cf4c1be36daacb9c1a660caafde118540ed13.tar.gz
libimobiledevice-832cf4c1be36daacb9c1a660caafde118540ed13.tar.bz2
Made a release command.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index cc6c06f..a8fe16d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,3 +10,6 @@ doc:
indent:
indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c
+
+release:
+ git archive --format=tar --prefix=libiphone-${RELEASE}/ tags/${RELEASE} | bzip2 > libiphone-${RELEASE}.tar.bz2