aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/pddp/Makefile10
-rw-r--r--doc/pddp/darwin_altpackage.pmspbin0 -> 1131 bytes
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/pddp/Makefile b/doc/pddp/Makefile
new file mode 100644
index 00000000..f159df31
--- /dev/null
+++ b/doc/pddp/Makefile
@@ -0,0 +1,10 @@
+current: darwin_altpackage
+
+clean:
+ -rm -Rf installroot *~
+
+darwin_altpackage:
+ test -d installroot/Help || mkdir -p installroot/Help
+ cp *.pd installroot/Help
+ open darwin_altpackage.pmsp
+
diff --git a/doc/pddp/darwin_altpackage.pmsp b/doc/pddp/darwin_altpackage.pmsp
new file mode 100644
index 00000000..ec599b98
--- /dev/null
+++ b/doc/pddp/darwin_altpackage.pmsp
Binary files differ