Author: justi9
Date: 2009-12-16 13:48:36 -0500 (Wed, 16 Dec 2009)
New Revision: 3748
Modified:
mgmt/trunk/wooly/Makefile
Log:
Update makefile for wsgiserver's code reorg
Modified: mgmt/trunk/wooly/Makefile
===================================================================
--- mgmt/trunk/wooly/Makefile 2009-12-16 18:24:45 UTC (rev 3747)
+++ mgmt/trunk/wooly/Makefile 2009-12-16 18:48:36 UTC (rev 3748)
@@ -12,7 +12,9 @@
install: build
install -d ${lib}
- install -pm 0644 python/wooly/*.py python/wooly/*.pyc python/wooly/*.strings
${PYTHON_LIB_DIR}/wooly
+ install -pm 0644 python/wooly/*.py python/wooly/*.pyc python/wooly/*.strings ${lib}
+ install -d ${lib}/wsgiserver
+ install -pm 0644 python/wooly/wsgiserver/*.py python/wooly/wsgiserver/*.pyc
${lib}/wsgiserver
install -d ${doc}
install -pm 0644 LICENSE* COPYING* ${doc}
install -d ${share}/resources
Show replies by date