From b40cec17ae74f22c8493b7cb065f00689814d53a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 27 Apr 2006 14:50:13 +0000 Subject: installed nqpoly4 help file into a location where it will always work svn path=/trunk/; revision=5011 --- abstractions/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'abstractions/Makefile') diff --git a/abstractions/Makefile b/abstractions/Makefile index 2289450c..48e45e68 100644 --- a/abstractions/Makefile +++ b/abstractions/Makefile @@ -167,6 +167,8 @@ nqpoly_install4: # all of the patches should be installed into help since [nqpoly4] needs to be # in the same directory as the patches its manipulating install -p $(abstractions_src)/nqpoly/nqpoly4/*.pd $(helpdir)/$(NQPOLY4_NAME) +# install just the help file into the root helpdir since this isn't a libdir + install -p $(abstractions_src)/nqpoly/*/*-help.pd $(helpdir) install -d $(examplesdir)/$(NQPOLY4_NAME) install -p $(shell ls -1 $(abstractions_src)/nqpoly/nqpoly4/*.pd | \ grep -v '\-help.pd') $(examplesdir)/$(NQPOLY4_NAME) -- cgit v1.2.1