aboutsummaryrefslogtreecommitdiff
path: root/abstractions/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-04-22 05:01:46 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-04-22 05:01:46 +0000
commit98820185cf5a14712275578657eaf46471c5f6c3 (patch)
tree8f694b995dfcb3275655ecfe2523b20449066703 /abstractions/Makefile
parentfe2d1a432def1febbeda3c9514230c0f26e23628 (diff)
removed stupid purepd kludge and made purepd install its help files into the help browser
svn path=/trunk/; revision=11094
Diffstat (limited to 'abstractions/Makefile')
-rw-r--r--abstractions/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/abstractions/Makefile b/abstractions/Makefile
index 16ff5c95..18b6494f 100644
--- a/abstractions/Makefile
+++ b/abstractions/Makefile
@@ -415,10 +415,9 @@ purepd_install:
install -d $(objectsdir)/$(PUREPD_NAME)
install -p $(abstractions_src)/purepd/*.pd \
$(objectsdir)/$(PUREPD_NAME)
-# temp hack, to make these available to anything until they get settled into a
-# proper lib <hans@at.or.at>
- install -p $(abstractions_src)/purepd/*_argument.pd \
- $(objectsdir)
+ install -d $(helpdir)/$(PUREPD_NAME)
+ install -p $(abstractions_src)/purepd/*-help.pd \
+ $(helpdir)/$(PUREPD_NAME)
purepd_clean:
rm -f -- $(objectsdir)/$(PUREPD_NAME)/*.*