aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pddp')
-rw-r--r--doc/pddp/Makefile6
-rw-r--r--doc/pddp/darwin_package.pmspbin0 -> 1133 bytes
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/pddp/Makefile b/doc/pddp/Makefile
index f159df31..beb23206 100644
--- a/doc/pddp/Makefile
+++ b/doc/pddp/Makefile
@@ -1,4 +1,4 @@
-current: darwin_altpackage
+current: darwin_package
clean:
-rm -Rf installroot *~
@@ -8,3 +8,7 @@ darwin_altpackage:
cp *.pd installroot/Help
open darwin_altpackage.pmsp
+darwin_package:
+ test -d installroot/pd/doc/5.reference/ || mkdir -p installroot/pd/doc/5.reference/
+ cp *.pd installroot/pd/doc/5.reference/
+ open darwin_package.pmsp
diff --git a/doc/pddp/darwin_package.pmsp b/doc/pddp/darwin_package.pmsp
new file mode 100644
index 00000000..f9706e94
--- /dev/null
+++ b/doc/pddp/darwin_package.pmsp
Binary files differ