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 | |
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')
-rw-r--r-- | packages/Makefile | 4 | ||||
-rw-r--r-- | packages/darwin_app/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
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 "<html><head>" >> $(WELCOME_FILE) - echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://puredata.org/ploneCustom.css\" />" >> $(README_FILE) - echo "</head>" >> $(README_FILE) + echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://puredata.org/ploneCustom.css\" />" >> $(WELCOME_FILE) + echo "</head>" >> $(WELCOME_FILE) echo "<body><p><p>" >> $(WELCOME_FILE) echo "<center><img src=\"\">" >> $(WELCOME_FILE) echo "<h2>Version $(PD_VERSION)</h2>" >> $(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 |