Update of /cvsroot/pure-data/externals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24724
Modified Files: Makefile Log Message: vbap example patches installed in the right direction
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/Makefile,v retrieving revision 1.126 retrieving revision 1.127 diff -C2 -d -r1.126 -r1.127 *** Makefile 11 Jan 2007 20:50:50 -0000 1.126 --- Makefile 12 Jan 2007 19:50:16 -0000 1.127 *************** *** 2091,2097 **** # install -p $(externals_src)/vbap/manual.txt \ # $(manualsdir)/$(VBAP_NAME) ! # install -d $(examplesdir)/$(VBAP_NAME) ! # install -p $(externals_src)/vbap/examples/*.pd \ ! # $(examplesdir)/$(VBAP_NAME)
vbap_clean: --- 2091,2097 ---- # install -p $(externals_src)/vbap/manual.txt \ # $(manualsdir)/$(VBAP_NAME) ! install -d $(examplesdir)/$(VBAP_NAME) ! install -p $(externals_src)/vbap/*-demo.pd \ ! $(examplesdir)/$(VBAP_NAME)
vbap_clean: