diff options
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 |