aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-21 15:27:40 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-21 15:27:40 +0000
commitff98260c520eb85f4c0ffbfea39120eb9d2a95c8 (patch)
tree75ccd5fe0e1fefe05b278a8722e1cbb8bbe8b4e0 /doc/Makefile
parentaeb911e500d0ce658870722f85f33c05fd6cb1c5 (diff)
cleaned up playnow loose ends and added in new content
svn path=/trunk/; revision=4001
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 806ed52d..ac3a4754 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -72,7 +72,8 @@ tutorials_install: $(MANUALS_DEST)
# playnow
install -d $(MANUALS_DEST)/PlayNow
install -p $(DOC_SRC)/tutorials/playnow/*.pd $(MANUALS_DEST)/PlayNow
- install -p $(DOC_SRC)/tutorials/playnow/*.mid $(MANUALS_DEST)/PlayNow
+# these aren't needed yet <hans@at.or.at>
+# install -p $(DOC_SRC)/tutorials/playnow/*.mid $(MANUALS_DEST)/PlayNow
#==============================================================================#
@@ -91,6 +92,8 @@ devsymlinks:
ln -s $(PD_SRC)/doc/4.data.structures $(DOC_SRC)/4.data.structures
ln -s $(PD_SRC)/doc/7.stuff $(DOC_SRC)/7.stuff
ln -s $(PD_SRC)/doc/sound $(DOC_SRC)/sound
+# put the pddp support objects in the path
+ ln -s $(ABSTRACTIONS_SRC)/pddp $(DOC_SRC)/pddp/pddp
#==============================================================================#
#