[PD-cvs] externals/build/doc makefile,1.14,1.15

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Nov 7 05:32:00 CET 2005


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

Modified Files:
	makefile 
Log Message:
added iemmatrix as individual files.  Not all of them work yet, but most of them do.  I think its just a few of the binops that dont work, and some of the alias with special characters that filesystems usually dont like, like *, ^, /, etc.

Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/build/doc/makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** makefile	25 May 2005 19:14:01 -0000	1.14
--- makefile	7 Nov 2005 04:31:58 -0000	1.15
***************
*** 34,38 ****
  			../../hcs/hid/examples/*.pd \
  			../../hcs/pan/*-help.pd \
! 			../../iem/comport/*/*-help.pd \
  			../../markex/*.pd \
  			../../maxlib/help/*.* \
--- 34,38 ----
  			../../hcs/hid/examples/*.pd \
  			../../hcs/pan/*-help.pd \
! 			../../iem/*/*/*-help.pd \
  			../../markex/*.pd \
  			../../maxlib/help/*.* \
***************
*** 71,74 ****
--- 71,78 ----
  	install -p -m0644 ../../zexy/zexy.pd  $(DOC_DIR)
  	install -p -m0644 ../../zexy/examples/*.* $(DOC_DIR)/zexy
+ #----------------------------------------------------------------------------
+ # iemmatrix uses its own dir
+ 	install -d -m0755 $(DOC_DIR)/iemmatrix
+ 	install -p -m0644 ../../iem/iemmatrix/doc/*.pd  $(DOC_DIR)/iemmatrix
  
  
***************
*** 85,89 ****
  # this is mildly dangerous, since it just deletes everything
  clean:
! 	rm -f *.pd *.ps *.txt test.som *~
! 	rm -Rf iemhelp zexy pmpd
  
--- 89,93 ----
  # this is mildly dangerous, since it just deletes everything
  clean:
! 	rm -f -- *.pd *.ps *.txt test.som *~
! 	rm -Rf -- iemhelp zexy pmpd iemmatrix
  





More information about the Pd-cvs mailing list