aboutsummaryrefslogtreecommitdiff
path: root/packages/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-06-02 17:21:58 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-06-02 17:21:58 +0000
commite79c071bd5703f3d55703278f5803b3d271293de (patch)
tree21601b429644ddb264c30a2891004149297494c9 /packages/Makefile
parent200bdf0977e521e0d0d73fa28961d8662b318da8 (diff)
formatting tweak for readme
svn path=/trunk/; revision=7743
Diffstat (limited to 'packages/Makefile')
-rw-r--r--packages/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile
index a77e8147..0e84d364 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -607,7 +607,7 @@ ifeq ($(OS_NAME),linux)
endif
ifeq ($(OS_NAME),darwin)
echo "<p>To install Pd, drag the $(PACKAGE_NAME).app into your <b>/Applications</b> folder or to the shortcut in the disk image.</p>" >> $(README_FILE)
- echo "<p>By default, most of the included libraries are loaded at startup. To change this, set your own preferences in the <b>Startup...</b> Preferences pane usings the <b>Save all settings</b> button. If you want to start with a blank set of preferences, run this command in the Terminal.app: <code>touch ~/Library/Preferences/org.puredata.pd.plist</code> (<code>~</code> means your home folder).</p>" >> $(README_FILE)
+ echo "<p>By default, most of the included libraries are loaded at startup. To change this, set your own preferences in the <b>Startup...</b> Preferences pane usings the <b>Save all settings</b> button. If you want to start with a blank set of preferences, run this command in the Terminal.app:</p><p><code>touch ~/Library/Preferences/org.puredata.pd.plist</code></p><p>(<code>~</code> means your home folder).</p>" >> $(README_FILE)
endif
ifeq ($(OS_NAME),windows)
echo "<p>To install, run the installer.</p>" >> $(README_FILE)