aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
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
#----------------------------------------------------------------------------