diff options
author | W. Trevor King <wking@drexel.edu> | 2009-07-15 09:32:35 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-07-15 09:32:35 -0400 |
commit | 2137b2606f7312d57f16365228adc6aac372de43 (patch) | |
tree | fa367e5757efc19900a363b223caff5313b6a1c9 | |
parent | c7d4427c4e3c1c9294e06d3bdfef0d40eda1ac01 (diff) | |
download | bugseverywhere-2137b2606f7312d57f16365228adc6aac372de43.tar.gz |
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.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |