diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-07 04:32:00 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-07 04:32:00 +0000 |
commit | 21ea74347bfd3d53c4a1b338525c4e5fdd041e68 (patch) | |
tree | 733ab921b95665a32f4e321ec4d4ce41194055d5 /externals/build/doc | |
parent | d9867c372e30a95352d69b04cf7da983f872567f (diff) |
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
Diffstat (limited to 'externals/build/doc')
-rw-r--r-- | externals/build/doc/makefile | 10 |
1 files changed, 7 insertions, 3 deletions
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 |