From b6436b67c81444fe0740035474cf0fe390f5895a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 25 May 2005 19:12:21 +0000 Subject: 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 --- make-arrays-from-input.h.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make-arrays-from-input.h.pl') 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"); -- cgit v1.2.1