aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-22 00:49:39 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-22 00:49:39 +0000
commitda74a349b22b75a11e88ac021947a81d54e71773 (patch)
tree0f28a70415c927352c7b6c06e6b7e3295b50953f /doc/pddp/Makefile
parent7b6482872ec06317028bacf6cb694a479b942d56 (diff)
packaged for MacOS X
svn path=/trunk/; revision=891
Diffstat (limited to 'doc/pddp/Makefile')
-rw-r--r--doc/pddp/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/pddp/Makefile b/doc/pddp/Makefile
new file mode 100644
index 00000000..f159df31
--- /dev/null
+++ b/doc/pddp/Makefile
@@ -0,0 +1,10 @@
+current: darwin_altpackage
+
+clean:
+ -rm -Rf installroot *~
+
+darwin_altpackage:
+ test -d installroot/Help || mkdir -p installroot/Help
+ cp *.pd installroot/Help
+ open darwin_altpackage.pmsp
+