aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-04-08 05:01:28 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-04-08 05:01:28 +0000
commit62787a96d3d749c22c4b4a7fd39885b4ec2f1dbf (patch)
tree917d71c0392484e8251d3bae7ee8d9c9d170a123 /externals
parentfe00a16cfe5289d23d69af57477aab89bf18477e (diff)
fixed mapping help file installation about directory reorg
svn path=/trunk/; revision=10983
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile2
1 files changed, 1 insertions, 1 deletions
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)