Revision: 10169 http://pure-data.svn.sourceforge.net/pure-data/?rev=10169&view=rev Author: eighthave Date: 2008-07-16 22:28:30 +0000 (Wed, 16 Jul 2008)
Log Message: ----------- installed gem helpfiles into the 'extra/Gem/' folder so that they will be found, I guess I forgot to do this before
Modified Paths: -------------- branches/pd-extended/v0-40/packages/Makefile
Modified: branches/pd-extended/v0-40/packages/Makefile =================================================================== --- branches/pd-extended/v0-40/packages/Makefile 2008-07-15 02:54:19 UTC (rev 10168) +++ branches/pd-extended/v0-40/packages/Makefile 2008-07-16 22:28:30 UTC (rev 10169) @@ -503,10 +503,10 @@ install -p $(gem_src)/abstractions/*-help.pd $(helpdir)/$(GEM_NAME) install -d $(objectsdir)/$(GEM_NAME) ifneq ($(OS_NAME),windows) - install -p $(gem_src)/src/Gem.$(EXTENSION) $(objectsdir)/$(GEM_NAME) + install -p $(gem_src)/src/Gem.$(EXTENSION) $(objectsdir)/$(GEM_NAME)/ endif # kludge to get helpfiles working since the HELPSYMBOL stuff changed - install -p $(gem_src)/help/*.* $(objectsdir) + install -p $(gem_src)/help/*.* $(objectsdir)/$(GEM_NAME)/ install -p $(shell ls -1 $(gem_src)/abstractions/*.* | \ grep -v '-help.pd') $(objectsdir)/$(GEM_NAME) install -d $(manualsdir)/$(GEM_NAME)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.