aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-14 20:28:24 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-14 20:28:24 +0000
commitf5f7e164364ddabdb32758739e2f3265b51e4d33 (patch)
tree7a00e415a1ff6246af3b2b060e6a4d620dde1c2c /externals
parent9696cc49d029223367464e8e282e2e7299b61060 (diff)
adding compiled help file since autoconf doesn't always work so well with MinGW; fixed maxlib delete after maxlib help file rename
svn path=/trunk/; revision=3897
Diffstat (limited to 'externals')
-rw-r--r--externals/build/doc/makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/externals/build/doc/makefile b/externals/build/doc/makefile
index 257bfdb9..11e1357a 100644
--- a/externals/build/doc/makefile
+++ b/externals/build/doc/makefile
@@ -44,6 +44,7 @@ all:
../../plugin~/*.pd \
../../pmpd/help/*.pd\
../../rhythm_estimator/*.p? \
+ ../../sprinkler/sprinkler-help.pd \
../../susloop~/*.pd \
../../svf~/*.pd \
../../vbap/*.pd \
@@ -51,10 +52,6 @@ all:
../../zhzxh~/*.pd \
$(DOC_DIR)
#----------------------------------------------------------------------------
-# [sprinkler]'s help file is generated by ./configure
- cd ../../sprinkler && autoconf && ./configure
- cp -p ../../sprinkler/sprinkler-help.pd $(DOC_DIR)
-#----------------------------------------------------------------------------
# IEMlib uses its own dir and since its not maintained in CVS
# its best not to change the objects
install -d -m0755 $(DOC_DIR)/iemhelp
@@ -83,7 +80,7 @@ all:
# mjlib [prob] conflicts with cyclone's [prob]
rm prob-help.pd
# maxlib conflicts with cyclone
- rm help-split.pd
+ rm split-help.pd
#----------------------------------------------------------------------------