Revision: 10094 http://pure-data.svn.sourceforge.net/pure-data/?rev=10094&view=rev Author: eighthave Date: 2008-06-24 12:21:40 -0700 (Tue, 24 Jun 2008)
Log Message: ----------- oops, a help file was being put into 'examples'
Modified Paths: -------------- branches/pd-extended/v0-40/externals/Makefile
Modified: branches/pd-extended/v0-40/externals/Makefile =================================================================== --- branches/pd-extended/v0-40/externals/Makefile 2008-06-24 19:19:42 UTC (rev 10093) +++ branches/pd-extended/v0-40/externals/Makefile 2008-06-24 19:21:40 UTC (rev 10094) @@ -3094,9 +3094,6 @@ install -d $(helpdir)/$(EARPLUG_NAME) install -p $(externals_src)/earplug~/*-help.pd \ $(helpdir)/$(EARPLUG_NAME) - install -d $(examplesdir)/$(EARPLUG_NAME) - install -p $(externals_src)/earplug~/*-help.pd \ - $(examplesdir)/$(EARPLUG_NAME)
earplug_clean: -rm -f -- $(EARPLUG_OBJECTS:.c=.$(EXTENSION))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.