aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pddp/Makefile')
-rw-r--r--doc/pddp/Makefile10
1 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
+