summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2003-11-10 08:49:50 +0000
committerRobey Pointer <robey@lag.net>2003-11-10 08:49:50 +0000
commit11815d4d837314a51ebf919c1a61cb0f68a3c02b (patch)
treea87cdf5a7f3658375d0d6be642a5d8ddf46bbc36 /Makefile
parent2ff9f467517e1ff8916e1adbdaf342d0468b4ebb (diff)
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-9]
rename secsh -> paramiko also, rename SecshException back to SSHException. sigh. :)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index beb5526b..a2b28aef 100644
--- a/Makefile
+++ b/Makefile
@@ -1,18 +1,11 @@
# releases:
# aerodactyl (13sep03)
# bulbasaur
-# charmander
+# charmander (10nov03)
-RELEASE=bulbasaur
+RELEASE=charmander
release:
- mkdir ../secsh-$(RELEASE)
- cp README ../secsh-$(RELEASE)
- cp *.py ../secsh-$(RELEASE)
- cd .. && zip -r secsh-$(RELEASE).zip secsh-$(RELEASE)
- echo rm -rf ../secsh-$(RELEASE)
-
-py:
python ./setup.py sdist --formats=zip
# places where the version number is stored: