From 5fdbd2566f8f280606006d35cad9d205bf540fa0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 22 Aug 2003 07:58:35 +0000 Subject: added MSP-style MacOS X package svn path=/trunk/externals/miXed/; revision=895 --- Makefile.common | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 52694d3..14624ba 100644 --- a/Makefile.common +++ b/Makefile.common @@ -319,7 +319,7 @@ Makefile.deps: -include Makefile.deps # added by Hans-Christoph Steiner -# to generate MacOS X package +# to generate MacOS X packages darwin_altpackage: all test -d ../installroot/Help || mkdir -p ../installroot/Help -cp ../test/cyclone/* ../installroot/Help @@ -329,3 +329,13 @@ darwin_altpackage: all test -d ../installroot/Externals || mkdir -p ../installroot/Externals install -m644 ../bin/*.pd_darwin --group=admin ../installroot/Externals open darwin_altpackage.pmsp + +darwin_package: all + test -d ../installroot/pd/doc/5.reference || mkdir -p ../installroot/pd/doc/5.reference + -cp ../test/cyclone/* ../installroot/pd/doc/5.reference + test -d ../installroot/Resources || mkdir -p ../installroot/Resources + cp ../LICENSE.txt ../installroot/Resources/License.txt + cp Welcome.txt ../installroot/Resources/ + test -d ../installroot/pd/extra || mkdir -p ../installroot/pd/extra + install -m644 ../bin/*.pd_darwin --group=admin ../installroot/pd/extra + open darwin_package.pmsp -- cgit v1.2.1