aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-22 07:41:45 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-22 07:41:45 +0000
commit17b0fc8b8b15da71b9060fd54936cd509044bae9 (patch)
treef6d7581ef9a5ce57a13e96894323d85f5951ac90 /doc/pddp
parentd019897e57ef9a44c47486e201576bd51c3afc8f (diff)
created MSP-style installer
svn path=/trunk/; revision=894
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