aboutsummaryrefslogtreecommitdiff
path: root/externals/build/doc
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-12 15:59:04 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-12 15:59:04 +0000
commit47b27c37320b295d4b361e526af321736f832479 (patch)
tree79d8e0b3cb5b959c98d054d4a8fc81b1bf5ef20e /externals/build/doc
parent521527d5b800f405758f45a75f3676efe4c8269f (diff)
- added headers from 0.38-4 to externals/build/include and added README so
people don't repeat the same mistake of removing/etc. - added Pd src to include search before externals/build/include so if the Pd src is in the standard dev layout, externals will be compiled with those headers instead of externals/build/include svn path=/trunk/; revision=2744
Diffstat (limited to 'externals/build/doc')
-rw-r--r--externals/build/doc/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/externals/build/doc/makefile b/externals/build/doc/makefile
index 6ac8adde..489c71c0 100644
--- a/externals/build/doc/makefile
+++ b/externals/build/doc/makefile
@@ -27,9 +27,10 @@ all:
../../ggee/*/*.pd \
../../gem2pdp/*.pd \
../../ff/*.pd \
- ../../hcs/*.pd \
+ ../../hcs/*-help.pd \
../../hcs/hid/*-help.pd \
../../hcs/hid/ev*-list.pd \
+ ../../hcs/pan/*-help.pd \
../../markex/*.pd \
../../maxlib/help/*.* \
../../mjlib/doc/*.pd \
@@ -52,6 +53,8 @@ all:
# its best not to change the objects
install -d -m0755 $(DOC_DIR)/iemhelp
cp ../../iemlib/iemhelp/*.* $(DOC_DIR)/iemhelp
+# comport
+ cp ../../iem/comport/comport/testcomport.pd $(DOC_DIR)/comport-help.pd
#----------------------------------------------------------------------------
# remove help files for objects that are not included due to conflicts, etc.
#