From 62787a96d3d749c22c4b4a7fd39885b4ec2f1dbf Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 8 Apr 2009 05:01:28 +0000 Subject: fixed mapping help file installation about directory reorg svn path=/trunk/; revision=10983 --- externals/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals') diff --git a/externals/Makefile b/externals/Makefile index 2dc41345..23d480d5 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -1553,7 +1553,7 @@ mapping_install: mapping # install -p $(MAPPING_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(MAPPING_NAME) install -p $(externals_src)/mapping/*.pd $(objectsdir)/$(MAPPING_NAME) install -d $(helpdir)/$(MAPPING_NAME) - install -p $(externals_src)/mapping/help/*.pd \ + install -p $(externals_src)/mapping/*-help.pd \ $(helpdir)/$(MAPPING_NAME) # install -d $(manualsdir)/$(MAPPING_NAME) install -d $(readmesdir) -- cgit v1.2.1