Don't install xml tools (e.g. be-xml-to-mbox, cattmutt, ...).
authorW. Trevor King <wking@drexel.edu>
Wed, 15 Jul 2009 13:32:35 +0000 (09:32 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 15 Jul 2009 13:32:35 +0000 (09:32 -0400)
There are lots of interfaces.  They should each have seperate
installation targets, to allow the user to pick only the interfaces
they expect to use.

Makefile

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