From 62c95883651596bde3489005be968954f9dd42b9 Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Sat, 11 Mar 2006 20:30:43 -0800 Subject: [PATCH] [project @ robey@lag.net-20060312043043-a96ec6e03210f476] fix Makefile :) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 05e59c2..b120a6d 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ release: python ./setup.py sdist --formats=zip - python ./setup.py bdist_egg --formats=zip + python ./setup.py bdist_egg docs: always epydoc -o docs/ paramiko