From 2137b2606f7312d57f16365228adc6aac372de43 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 15 Jul 2009 09:32:35 -0400 Subject: Don't install xml tools (e.g. be-xml-to-mbox, cattmutt, ...). 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b1207c2..fe482c3 100644 --- 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 .PHONY: clean -- cgit