diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-21 15:27:40 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-21 15:27:40 +0000 |
commit | ff98260c520eb85f4c0ffbfea39120eb9d2a95c8 (patch) | |
tree | 75ccd5fe0e1fefe05b278a8722e1cbb8bbe8b4e0 /doc/Makefile | |
parent | aeb911e500d0ce658870722f85f33c05fd6cb1c5 (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/Makefile | 5 |
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 #==============================================================================# # |