From: W. Trevor King Date: Wed, 15 Jul 2009 13:32:35 +0000 (-0400) Subject: Don't install xml tools (e.g. be-xml-to-mbox, cattmutt, ...). X-Git-Tag: 1.0.0~62^2~46^2~77 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2137b2606f7312d57f16365228adc6aac372de43;p=be.git 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. --- 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