[PD-cvs] externals/build/doc makefile,1.7,1.8

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Apr 12 17:59:04 CEST 2005


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

Modified Files:
	makefile 
Log Message:

- added headers from 0.38-4 to externals/build/include and added README so
  people don't repeat the same mistake of removing/etc.

- added Pd src to include search before externals/build/include so if the Pd
  src is in the standard dev layout, externals will be compiled with those
  headers instead of externals/build/include


Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/build/doc/makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** makefile	28 Nov 2004 02:39:40 -0000	1.7
--- makefile	12 Apr 2005 15:59:02 -0000	1.8
***************
*** 28,34 ****
  			../../gem2pdp/*.pd \
  			../../ff/*.pd \
! 			../../hcs/*.pd \
  			../../hcs/hid/*-help.pd \
  			../../hcs/hid/ev*-list.pd \
  			../../markex/*.pd \
  			../../maxlib/help/*.* \
--- 28,35 ----
  			../../gem2pdp/*.pd \
  			../../ff/*.pd \
! 			../../hcs/*-help.pd \
  			../../hcs/hid/*-help.pd \
  			../../hcs/hid/ev*-list.pd \
+ 			../../hcs/pan/*-help.pd \
  			../../markex/*.pd \
  			../../maxlib/help/*.* \
***************
*** 53,56 ****
--- 54,59 ----
  	install -d -m0755 $(DOC_DIR)/iemhelp
  	cp ../../iemlib/iemhelp/*.* $(DOC_DIR)/iemhelp
+ # comport
+ 	cp ../../iem/comport/comport/testcomport.pd $(DOC_DIR)/comport-help.pd
  #----------------------------------------------------------------------------
  # remove help files for objects that are not included due to conflicts, etc.





More information about the Pd-cvs mailing list