diff options
Diffstat (limited to 'externals')
-rw-r--r-- | externals/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/externals/Makefile b/externals/Makefile index feda9d53..40dc9976 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -319,6 +319,9 @@ apple_install: apple --description "support for Apple-specific functions" \ --license "GPLv2 or later" install -p $(APPLE_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(APPLE_NAME) + install -p $(shell ls -1 $(externals_src)/apple/*.pd | \ + grep -v '-help.pd' | sed 's|\(.*\)|"\1"|g') \ + $(objectsdir)/$(APPLE_NAME) install -d $(helpdir)/$(APPLE_NAME) install -p $(externals_src)/apple/*-help.pd \ $(helpdir)/$(APPLE_NAME) |