aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 09e4f6a4..d72a3b73 100644
--- a/Makefile
+++ b/Makefile
@@ -44,3 +44,13 @@ clean:
@for n in $(DIRS); do \
(cd $$n; make clean) \
done
+
+tar:
+ mkdir -p t/rpmdrake; \
+ cd t/rpmdrake; \
+ cp -a ../../* .; \
+ find -name "CVS" | xargs rm -rf; \
+ cd ..; \
+ tar jcvf ../rpmdrake.tar.bz2 rpmdrake; \
+ cd ..; \
+ rm -rf t