From 98820185cf5a14712275578657eaf46471c5f6c3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 22 Apr 2009 05:01:46 +0000 Subject: removed stupid purepd kludge and made purepd install its help files into the help browser svn path=/trunk/; revision=11094 --- abstractions/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'abstractions') 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 - 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)/*.* -- cgit v1.2.1