diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-10-27 05:52:27 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-10-27 05:52:27 +0000 |
commit | 021708ab4cee3245e2306cb107f67d85f00823c1 (patch) | |
tree | 1865ec84f34514be5f24dcf12a31cb3e20ed6995 /packages/darwin_app/Makefile | |
parent | 72491ccd9e7b0be789b6bd042189602fe6cd7a47 (diff) |
minor tweaks to support building Pd.app for pd-MAIN in the auto-builds
svn path=/trunk/; revision=6169
Diffstat (limited to 'packages/darwin_app/Makefile')
-rw-r--r-- | packages/darwin_app/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile index c0980195..a31bca3e 100644 --- a/packages/darwin_app/Makefile +++ b/packages/darwin_app/Makefile @@ -166,6 +166,10 @@ rez_install: darwin_app_embed_libs: ./embed-MacOSX-dependencies.sh $(PD_APP_CONTENTS) +# shortcut to install the readme on non-Extended builds +readme_install: + make -C $(packages_src) $(DEST_PATHS) readme_install + #------------------------------------------------------------------------------# darwin_app_core: darwin_app_wrapper |