aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2005-04-19 20:34:10 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2005-04-19 20:34:10 +0000
commitb828d14654b69042d4e60ac132a8f7bbd7cb5f1e (patch)
tree1d22e09bdce617e70096c58a9fdeae198eb3a06a /externals
parentc44cd878e455d0ff2462233525d728e73fea1e9d (diff)
add pmpd doc in the build system
svn path=/trunk/; revision=2792
Diffstat (limited to 'externals')
-rw-r--r--externals/build/doc/makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/externals/build/doc/makefile b/externals/build/doc/makefile
index 13088f0a..d7ca2f6c 100644
--- a/externals/build/doc/makefile
+++ b/externals/build/doc/makefile
@@ -37,8 +37,10 @@ all:
../../maxlib/help/*.* \
../../mjlib/doc/*.pd \
../../motex/*.pd \
+ ../../nusmuk/line3/*.pd\
../../pdogg/*/*.pd \
../../plugin~/*.pd \
+ ../../pmpd/help/*.pd\
../../rhythm_estimator/*.p? \
../../susloop~/*.pd \
../../svf~/*.pd \
@@ -56,6 +58,11 @@ all:
install -d -m0755 $(DOC_DIR)/iemhelp
cp -p ../../iemlib/iemhelp/*.* $(DOC_DIR)/iemhelp
#----------------------------------------------------------------------------
+# pmpd exemples files has to go in an other directory
+ cp -Rp ../../pmpd/exemples $(DOC_DIR)/pmpd
+# pmpd documentation
+ cp -Rp ../../pmpd/doc $(DOC_DIR)/pmpd/doc
+#----------------------------------------------------------------------------
# zexy uses its own dir
cp -Rp ../../zexy/examples $(DOC_DIR)/zexy
#----------------------------------------------------------------------------
@@ -75,4 +82,5 @@ all:
# this is mildly dangerous, since it just deletes everything
clean:
rm -f *.pd *.ps *.txt test.som *~
- rm -Rf iemhelp zexy
+ rm -Rf iemhelp zexy pmpd
+