diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-21 03:53:35 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-21 03:53:35 +0000 |
commit | 900dccd714036e671b36e512f83ce56df18e840f (patch) | |
tree | ef3d1b8766df70a2e705ab8a0311dcd97bd2c920 | |
parent | ae1150146f8873500b6cf1fd242a11a605164a1c (diff) |
updated link to new FAQ entry
svn path=/trunk/; revision=14449
-rw-r--r-- | packages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile index ee646158..4c171b3f 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -364,7 +364,7 @@ ifeq ($(OS_NAME),windows) endif echo "<h3>Installing Externals, Objects, and Help files</h3>" >> $(README_FILE) echo "<p>" >> $(README_FILE) - echo "If you would like to install other externals, objects, help files, etc. there are special folders that Pd-extended uses, which are listed below. If the folder does not exist, you should create it. You can find out more details about this by reading that FAQ: <a href=\"http://puredata.info/docs/faq/how-do-i-install-externals-and-help-files-with-pd-extended\" target=\"_blank\">How do I install externals and help files?</a>." >> $(README_FILE) + echo "If you would like to install other externals, objects, help files, etc. there are special folders that Pd-extended uses, which are listed below. If the folder does not exist, you should create it. You can find out more details about this by reading that FAQ: <a href=\"http://puredata.info/docs/faq/how-do-i-install-externals-and-help-files\" target=\"_blank\">How do I install externals and help files?</a>." >> $(README_FILE) echo "<dl>" >> $(README_FILE) ifeq ($(OS_NAME),darwin) echo "<dt>Only for the current user account</dt>" >> $(README_FILE) |