]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
add install target, works at lest on sudo-free cygwin
authortahoe <tahoe@arnowaschk.de>
Tue, 31 Jul 2007 23:55:45 +0000 (16:55 -0700)
committertahoe <tahoe@arnowaschk.de>
Tue, 31 Jul 2007 23:55:45 +0000 (16:55 -0700)
Makefile

index 3871fae7f1330a9f9b9a6506128f5d4af25d8c8a..2075341e3c37c0c9b27ca82d7ce787444200db7a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -212,6 +212,13 @@ clean: clean-zfec clean-Crypto clean-foolscap
        rm -f debian
        rm -rf instdir
 
+install: 
+       cd src/zfec && python ./setup.py install && cd ../..
+       cd src/foolscap && python ./setup.py install && cd ../..
+       cd src/Crypto && python ./setup.py install && cd ../..
+       python ./setup.py install
+
+
 # DEBIAN PACKAGING
 
 VER=$(shell $(PYTHON) misc/get-version.py)