Update of /cvsroot/pure-data/externals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18359
Modified Files: Tag: branch-v0-39-2-extended Makefile Log Message: installed the hid helpfile in a location to match the binary so the help file gets found
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/Makefile,v retrieving revision 1.103.2.16 retrieving revision 1.103.2.17 diff -C2 -d -r1.103.2.16 -r1.103.2.17 *** Makefile 14 Jun 2007 04:51:01 -0000 1.103.2.16 --- Makefile 17 Jun 2007 15:52:46 -0000 1.103.2.17 *************** *** 1017,1020 **** --- 1017,1021 ---- install -p $(externals_src)/hcs/hid/*.pd $(objectsdir)/$(HID_NAME) install -d $(helpdir)/$(HID_NAME) + install -p $(externals_src)/hcs/hid/doc/hid-help.pd $(helpdir) install -p $(externals_src)/hcs/hid/doc/*.pd $(helpdir)/$(HID_NAME) install -p $(externals_src)/hcs/hid/examples/*.pd $(helpdir)/$(HID_NAME)