aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rwxr-xr-xmake-arrays-from-input.h.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1940463..6c07330 100644
--- a/Makefile
+++ b/Makefile
@@ -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");