diff options
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 |