diff options
Diffstat (limited to 'externals/build/doc')
-rw-r--r-- | externals/build/doc/makefile | 5 |
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. # |