diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-22 07:41:45 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-22 07:41:45 +0000 |
commit | 17b0fc8b8b15da71b9060fd54936cd509044bae9 (patch) | |
tree | f6d7581ef9a5ce57a13e96894323d85f5951ac90 /doc/pddp | |
parent | d019897e57ef9a44c47486e201576bd51c3afc8f (diff) |
created MSP-style installer
svn path=/trunk/; revision=894
Diffstat (limited to 'doc/pddp')
-rw-r--r-- | doc/pddp/Makefile | 6 | ||||
-rw-r--r-- | doc/pddp/darwin_package.pmsp | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000..f9706e94 --- /dev/null +++ b/doc/pddp/darwin_package.pmsp |