diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-22 07:32:46 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-22 07:32:46 +0000 |
commit | f5feb886e8ffa5098434672cbd475708a82279e6 (patch) | |
tree | 1766a641bc2491366713cfb6f8501e6ffcea2cca /doc | |
parent | da74a349b22b75a11e88ac021947a81d54e71773 (diff) |
working MacOS X package
svn path=/trunk/; revision=892
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 20 | ||||
-rw-r--r-- | doc/darwin_altpackage.pmsp | bin | 0 -> 1137 bytes | |||
-rw-r--r-- | doc/darwin_package.pmsp | bin | 0 -> 1135 bytes |
3 files changed, 20 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 00000000..0c109586 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,20 @@ +current: darwin_package
+
+clean:
+ -rm -Rf installroot *~ */*~ */*/*~ */*/*/*~
+
+darwin_package:
+ chmod a-x */*/*/*.pd
+ test -d installroot/pd/doc/7.stuff || mkdir -p installroot/pd/doc/7.stuff
+ cp -a tutorials installroot/pd/doc/
+ cp -a additional/pd-msg installroot/pd/doc/7.stuff/
+ -rm -Rf installroot/pd/doc/*/CVS installroot/pd/doc/*/*/CVS
+ -rm -Rf installroot/pd/doc/*/*/*/CVS
+ open darwin_package.pmsp
+
+darwin_altpackage:
+# this needs some figuring out, what goes where...
+ chmod a-x */*/*/*.pd
+ test -d installroot/Help || mkdir -p installroot/Help
+ open darwin_altpackage.pmsp
+
diff --git a/doc/darwin_altpackage.pmsp b/doc/darwin_altpackage.pmsp Binary files differnew file mode 100644 index 00000000..229f5b33 --- /dev/null +++ b/doc/darwin_altpackage.pmsp diff --git a/doc/darwin_package.pmsp b/doc/darwin_package.pmsp Binary files differnew file mode 100644 index 00000000..aa605ff3 --- /dev/null +++ b/doc/darwin_package.pmsp |