projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7d150f
)
Updated Makefile to match new organization
author
W. Trevor King
<wking@drexel.edu>
Tue, 14 Jul 2009 19:24:18 +0000
(15:24 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 14 Jul 2009 19:24:18 +0000
(15:24 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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