Author: justi9
Date: 2008-10-17 17:59:48 -0400 (Fri, 17 Oct 2008)
New Revision: 2653
Added:
mgmt/trunk/parsley/Makefile
Log:
Add a makefile to install parsley files
Added: mgmt/trunk/parsley/Makefile
===================================================================
--- mgmt/trunk/parsley/Makefile (rev 0)
+++ mgmt/trunk/parsley/Makefile 2008-10-17 21:59:48 UTC (rev 2653)
@@ -0,0 +1,13 @@
+.PHONY: build install
+
+include ../etc/Makefile.common
+
+name := parsley
+lib := ${PYTHON_LIB_DIR}/${name}
+
+build:
+ ../bin/python-compile python
+
+install: build
+ install -d ${lib}
+ install python/parsley/*.py python/parsley/*.pyc ${lib}
Show replies by date