summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSean B. Palmer <sean@miscoranda.com>2010-01-18 22:28:36 +0000
committerSean B. Palmer <sean@miscoranda.com>2010-01-18 22:28:36 +0000
commitf5ef55769ee9f22065cf714872ea1a38d48047d8 (patch)
tree5507c6f177c1a2bd472b07b08fa746c00154110b /Makefile
parent22aed08fae3cdccd2e77b5515808f770811b88cc (diff)
downloadbot-f5ef55769ee9f22065cf714872ea1a38d48047d8.tar.gz
bot-f5ef55769ee9f22065cf714872ea1a38d48047d8.tar.bz2
bot-f5ef55769ee9f22065cf714872ea1a38d48047d8.zip
Removed opt/swhack.py, and modified the Makefile for git.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0185418..f5658cb 100644
--- a/Makefile
+++ b/Makefile
@@ -3,4 +3,5 @@
# Licensed under the Eiffel Forum License 2.
archive: ;
- hg archive -t tbz2 phenny.tar.bz2
+ hg archive -t tbz2 phenny-hg.tar.bz2
+ git archive --format=tar --prefix=phenny/ HEAD | bzip2 > phenny.tar.bz2