diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-22 05:01:46 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-22 05:01:46 +0000 |
commit | 98820185cf5a14712275578657eaf46471c5f6c3 (patch) | |
tree | 8f694b995dfcb3275655ecfe2523b20449066703 /abstractions | |
parent | fe2d1a432def1febbeda3c9514230c0f26e23628 (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')
-rw-r--r-- | abstractions/Makefile | 7 |
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)/*.*
|