summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a2b28aef..c4d38736 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# releases:
# aerodactyl (13sep03)
-# bulbasaur
+# bulbasaur (18sep03)
# charmander (10nov03)
RELEASE=charmander
@@ -8,8 +8,11 @@ RELEASE=charmander
release:
python ./setup.py sdist --formats=zip
+docs:
+ epydoc -o docs/ paramiko
+
# places where the version number is stored:
#
# setup.py
-# secsh.py
+# __init__.py
# README