Update of /cvsroot/pure-data/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16819
Modified Files: Makefile Log Message: cleaned up playnow loose ends and added in new content
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/doc/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile 21 Nov 2005 04:39:02 -0000 1.6 --- Makefile 21 Nov 2005 15:27:40 -0000 1.7 *************** *** 73,77 **** 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
--- 73,78 ---- install -d $(MANUALS_DEST)/PlayNow install -p $(DOC_SRC)/tutorials/playnow/*.pd $(MANUALS_DEST)/PlayNow ! # these aren't needed yet hans@at.or.at ! # install -p $(DOC_SRC)/tutorials/playnow/*.mid $(MANUALS_DEST)/PlayNow
*************** *** 92,95 **** --- 93,98 ---- 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
#==============================================================================#