Revision: 10251 http://pure-data.svn.sourceforge.net/pure-data/?rev=10251&view=rev Author: eighthave Date: 2008-08-15 21:42:43 +0000 (Fri, 15 Aug 2008)
Log Message: ----------- updated gem_install with new paths
Modified Paths: -------------- trunk/packages/Makefile
Modified: trunk/packages/Makefile =================================================================== --- trunk/packages/Makefile 2008-08-15 19:57:55 UTC (rev 10250) +++ trunk/packages/Makefile 2008-08-15 21:42:43 UTC (rev 10251) @@ -512,7 +512,7 @@ install -d $(manualsdir)/$(GEM_NAME) install -p $(gem_src)/doc/*.* $(manualsdir)/$(GEM_NAME) install -d $(manualsdir)/$(GEM_NAME)/manual - install -p $(gem_src)/manual/*.* $(manualsdir)/$(GEM_NAME)/manual + install -p $(gem_src)/doc/manual/*.* $(manualsdir)/$(GEM_NAME)/manual for dir in $(shell ls -1 $(gem_src)/examples | grep -v CVS); do \ echo "installing $$dir"; \ install -d $(examplesdir)/$(GEM_NAME)/$$dir ; \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.