From b828d14654b69042d4e60ac132a8f7bbd7cb5f1e Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Tue, 19 Apr 2005 20:34:10 +0000 Subject: add pmpd doc in the build system svn path=/trunk/; revision=2792 --- externals/build/doc/makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'externals') 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 + -- cgit v1.2.1