diff Makefile @ 8:3af6b5990ad8

more examples and some bug fixes
author fazekasgy
date Fri, 13 Jun 2008 16:50:00 +0000
parents e1b508f2f914
children 8cd6346e755f
line wrap: on
line diff
--- a/Makefile	Wed Jun 11 16:04:52 2008 +0000
+++ b/Makefile	Fri Jun 13 16:50:00 2008 +0000
@@ -20,7 +20,7 @@
 	mkdir -p $(INSTALL_DIR)
 	rm -f $(INSTALL_DIR)/$(PLUGIN_NAME)$(PLUGIN_EXT)
 	cp $(PLUGIN_NAME)$(PLUGIN_EXT) $(INSTALL_DIR)/$(PLUGIN_NAME)$(PLUGIN_EXT)	
-	cp $(PYEXAMPLE_DIR)/*.py $(INSTALL_DIR)
+#	cp $(PYEXAMPLE_DIR)/*.py $(INSTALL_DIR)
 	
 installplug : install
 cleanplug : clean