Update of /cvsroot/pure-data/externals/hcs/hid In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16060
Modified Files: Makefile make-arrays-from-input.h.pl Log Message: changed make stuff to reflect that the *-help.pd files were moved to doc/ in the CVS repository
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/hcs/hid/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile 20 May 2005 19:58:05 -0000 1.6 --- Makefile 25 May 2005 19:12:21 -0000 1.7 *************** *** 51,54 ****
! clean: ; rm -f *.pd_* *.o *~ input_arrays.? ev*-list.pd
--- 51,54 ----
! clean: ; rm -f *.pd_* *.o *~ input_arrays.? doc/ev*-list.pd
Index: make-arrays-from-input.h.pl =================================================================== RCS file: /cvsroot/pure-data/externals/hcs/hid/make-arrays-from-input.h.pl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** make-arrays-from-input.h.pl 14 Nov 2004 22:29:43 -0000 1.6 --- make-arrays-from-input.h.pl 25 May 2005 19:12:21 -0000 1.7 *************** *** 73,77 **** my $lineNum = 1;
! my $PDFILENAME = "$arrayToPrint[0]-list.pd"; open(PDFILE, ">$PDFILENAME");
--- 73,77 ---- my $lineNum = 1;
! my $PDFILENAME = "doc/$arrayToPrint[0]-list.pd"; open(PDFILE, ">$PDFILENAME");