diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-05-25 19:12:21 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-05-25 19:12:21 +0000 |
commit | b6436b67c81444fe0740035474cf0fe390f5895a (patch) | |
tree | d753db8b858c2511ac2624aebd061ec2ad8ca095 | |
parent | e867acaf2ed863379d3d81623f0a46003524b0ce (diff) |
changed make stuff to reflect that the *-help.pd files were moved to doc/ in the CVS repository
svn path=/trunk/externals/hcs/hid/; revision=3088
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | make-arrays-from-input.h.pl | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -50,5 +50,5 @@ input_arrays: ./make-arrays-from-input.h.pl -clean: ; rm -f *.pd_* *.o *~ input_arrays.? ev*-list.pd +clean: ; rm -f *.pd_* *.o *~ input_arrays.? doc/ev*-list.pd diff --git a/make-arrays-from-input.h.pl b/make-arrays-from-input.h.pl index 0ebb7ea..1a0549a 100755 --- a/make-arrays-from-input.h.pl +++ b/make-arrays-from-input.h.pl @@ -72,7 +72,7 @@ sub printPdFile my $y; my $lineNum = 1; - my $PDFILENAME = "$arrayToPrint[0]-list.pd"; + my $PDFILENAME = "doc/$arrayToPrint[0]-list.pd"; open(PDFILE, ">$PDFILENAME"); print(PDFILE "#N canvas 282 80 210 570 10;\n"); |