Update of /cvsroot/pure-data/abstractions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2254
Modified Files:
Makefile
Log Message:
fixed crash because of pddp/0-pager.pd
Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/abstractions/Makefile,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** Makefile 27 Jan 2007 12:44:02 -0000 1.37
--- Makefile 24 Feb 2007 14:03:41 -0000 1.38
***************
*** 272,275 ****
--- 272,277 ----
--description "support objects for the Pure Data Documentation Project"
install -d $(helpdir)/$(PDDP_NAME)
+ # if 0-pager.pd is not here make a dummy:
+ touch $(abstractions_src)/pddp/0-pager.pd
install -p $(abstractions_src)/pddp/*-help.pd \
$(helpdir)/$(PDDP_NAME)