Updated Makefile to match new organization
authorW. Trevor King <wking@drexel.edu>
Tue, 14 Jul 2009 19:24:18 +0000 (15:24 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 14 Jul 2009 19:24:18 +0000 (15:24 -0400)
Makefile

index 877eb0675b3b6d2b46337a97d94aa015a70cc393..0b4212bb853f2edd096102644205ee08cf2e37f6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,8 @@ build: libbe/_version.py
 .PHONY: install
 install: doc build
        python setup.py install ${INSTALL_OPTIONS}
-       cp -v xml/* ${PREFIX}/bin
+       cp -v interfaces/xml/* ${PREFIX}/bin
+       cp -v interfaces/email/catmutt ${PREFIX}/bin
 
 \f
 .PHONY: clean