From 21ea74347bfd3d53c4a1b338525c4e5fdd041e68 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 7 Nov 2005 04:32:00 +0000 Subject: added iemmatrix as individual files. Not all of them work yet, but most of them do. I think its just a few of the binops that dont work, and some of the alias with special characters that filesystems usually dont like, like *, ^, /, etc. svn path=/trunk/; revision=3854 --- externals/build/doc/makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'externals/build/doc/makefile') diff --git a/externals/build/doc/makefile b/externals/build/doc/makefile index 1837e50a..5e3759af 100644 --- a/externals/build/doc/makefile +++ b/externals/build/doc/makefile @@ -33,7 +33,7 @@ all: ../../hcs/*/doc/*.pd \ ../../hcs/hid/examples/*.pd \ ../../hcs/pan/*-help.pd \ - ../../iem/comport/*/*-help.pd \ + ../../iem/*/*/*-help.pd \ ../../markex/*.pd \ ../../maxlib/help/*.* \ ../../mjlib/doc/*.pd \ @@ -70,6 +70,10 @@ all: install -d -m0755 $(DOC_DIR)/zexy install -p -m0644 ../../zexy/zexy.pd $(DOC_DIR) install -p -m0644 ../../zexy/examples/*.* $(DOC_DIR)/zexy +#---------------------------------------------------------------------------- +# iemmatrix uses its own dir + install -d -m0755 $(DOC_DIR)/iemmatrix + install -p -m0644 ../../iem/iemmatrix/doc/*.pd $(DOC_DIR)/iemmatrix #---------------------------------------------------------------------------- @@ -84,6 +88,6 @@ all: #---------------------------------------------------------------------------- # this is mildly dangerous, since it just deletes everything clean: - rm -f *.pd *.ps *.txt test.som *~ - rm -Rf iemhelp zexy pmpd + rm -f -- *.pd *.ps *.txt test.som *~ + rm -Rf -- iemhelp zexy pmpd iemmatrix -- cgit v1.2.1