[PD-cvs] doc Makefile,1.19,1.20

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Apr 13 07:48:09 CEST 2006


Update of /cvsroot/pure-data/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23872

Modified Files:
	Makefile 
Log Message:
updated install for 0-pager.pd

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/doc/Makefile,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** Makefile	7 Apr 2006 02:59:31 -0000	1.19
--- Makefile	13 Apr 2006 05:48:07 -0000	1.20
***************
*** 161,176 ****
--- 161,181 ----
  	install -d $(manualsdir)/Intro
  	install -p $(doc_src)/tutorials/intro/*.* $(manualsdir)/Intro
+ 	install -p $(abstractions_src)/pddp/0-pager.pd $(manualsdir)/Intro
  # sound
  	install -d $(manualsdir)/Sound
  	install -p $(doc_src)/tutorials/sound/*.* $(manualsdir)/Sound
+ 	install -p $(abstractions_src)/pddp/0-pager.pd $(manualsdir)/Sound
  # visual
  	install -d $(manualsdir)/Visual
  	install -p $(doc_src)/tutorials/visual/*.* $(manualsdir)/Visual
+ 	install -p $(abstractions_src)/pddp/0-pager.pd $(manualsdir)/Visual
  # networking
  	install -d $(manualsdir)/Networking
  	install -p $(doc_src)/tutorials/networking/*.* $(manualsdir)/Networking
+ 	install -p $(abstractions_src)/pddp/0-pager.pd $(manualsdir)/Networking
  # physical
  	install -d $(manualsdir)/Physical
  	install -p $(doc_src)/tutorials/physical/*.* $(manualsdir)/Physical
+ 	install -p $(abstractions_src)/pddp/0-pager.pd $(manualsdir)/Physical
  
  tutorials_clean:





More information about the Pd-cvs mailing list