From 021708ab4cee3245e2306cb107f67d85f00823c1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 27 Oct 2006 05:52:27 +0000 Subject: minor tweaks to support building Pd.app for pd-MAIN in the auto-builds svn path=/trunk/; revision=6169 --- packages/Makefile | 4 ++-- packages/darwin_app/Makefile | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/Makefile b/packages/Makefile index 185c463a..695386a9 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -570,8 +570,8 @@ welcome_install: -rm $(WELCOME_FILE) touch $(WELCOME_FILE) echo "" >> $(WELCOME_FILE) - echo "" >> $(README_FILE) - echo "" >> $(README_FILE) + echo "" >> $(WELCOME_FILE) + echo "" >> $(WELCOME_FILE) echo "

" >> $(WELCOME_FILE) echo "

" >> $(WELCOME_FILE) echo "

Version $(PD_VERSION)

" >> $(WELCOME_FILE) 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 -- cgit v1.2.1