Revision: 10168 http://pure-data.svn.sourceforge.net/pure-data/?rev=10168&view=rev Author: eighthave Date: 2008-07-14 19:54:19 -0700 (Mon, 14 Jul 2008)
Log Message: ----------- removed HELPSYMBOL stuff; installed Gem binary and helpfiles into extra/Gem to make the help files work
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-14 11:59:17 UTC (rev 10167) +++ branches/pd-extended/v0-40/packages/Makefile 2008-07-15 02:54:19 UTC (rev 10168) @@ -480,7 +480,6 @@ cd $(gem_src)/src && aclocal cd $(gem_src)/src && autoconf cd $(gem_src)/src && ./configure \ - DEFINES='-DHELPSYMBOL -DHELPSYMBOL_BASE="Gem/"' \ --without-ffmpeg --with-pd=$(pd_src) --disable-NV $(MAKE) -C $(gem_src)/src
@@ -489,7 +488,6 @@ cd $(gem_src)/src && aclocal cd $(gem_src)/src && autoconf cd $(gem_src)/src && ./configure \ - DEFINES='-DHELPSYMBOL -DHELPSYMBOL_BASE="Gem/"' \ --without-x --without-ImageMagick \ --without-tiff --without-jpeg --without-mpeg --without-mpeg3 \ --without-ieee1394 --without-aviplay --without-avifile --without-ffmpeg \ @@ -505,8 +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) + 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 $(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.