diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-04-27 14:50:13 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-04-27 14:50:13 +0000 |
commit | b40cec17ae74f22c8493b7cb065f00689814d53a (patch) | |
tree | 477c91293024d2ad7b6b7f4fa3b3acbeac264dbc /abstractions/Makefile | |
parent | 09b61962a42cb4158c9cbe3342966d5ef622c011 (diff) |
installed nqpoly4 help file into a location where it will always work
svn path=/trunk/; revision=5011
Diffstat (limited to 'abstractions/Makefile')
-rw-r--r-- | abstractions/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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)
|