From f5feb886e8ffa5098434672cbd475708a82279e6 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 22 Aug 2003 07:32:46 +0000 Subject: working MacOS X package svn path=/trunk/; revision=892 --- doc/Makefile | 20 ++++++++++++++++++++ doc/darwin_altpackage.pmsp | Bin 0 -> 1137 bytes doc/darwin_package.pmsp | Bin 0 -> 1135 bytes 3 files changed, 20 insertions(+) create mode 100644 doc/Makefile create mode 100644 doc/darwin_altpackage.pmsp create mode 100644 doc/darwin_package.pmsp 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 new file mode 100644 index 00000000..229f5b33 Binary files /dev/null and b/doc/darwin_altpackage.pmsp differ diff --git a/doc/darwin_package.pmsp b/doc/darwin_package.pmsp new file mode 100644 index 00000000..aa605ff3 Binary files /dev/null and b/doc/darwin_package.pmsp differ -- cgit v1.2.1