aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-22 07:32:46 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-22 07:32:46 +0000
commitf5feb886e8ffa5098434672cbd475708a82279e6 (patch)
tree1766a641bc2491366713cfb6f8501e6ffcea2cca /doc/Makefile
parentda74a349b22b75a11e88ac021947a81d54e71773 (diff)
working MacOS X package
svn path=/trunk/; revision=892
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile20
1 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
+