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

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed Apr 13 05:06:39 CEST 2005


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

Modified Files:
	makefile 
Log Message:
added comport and updated makefile help files

Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/build/doc/makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** makefile	12 Apr 2005 15:59:02 -0000	1.8
--- makefile	13 Apr 2005 03:06:35 -0000	1.9
***************
*** 10,14 ****
  #----------------------------------------------------------------------------
  # all standard objs' help files
! 	cp ../../OSCx/doc/*.pd \
  			../../control/*/*.pd \
  			../../signal/*/*.pd \
--- 10,14 ----
  #----------------------------------------------------------------------------
  # all standard objs' help files
! 	cp -p ../../OSCx/doc/*.pd \
  			../../control/*/*.pd \
  			../../signal/*/*.pd \
***************
*** 29,32 ****
--- 29,33 ----
  			../../ff/*.pd \
  			../../hcs/*-help.pd \
+ 			../../hcs/hid/examples/*.pd \
  			../../hcs/hid/*-help.pd \
  			../../hcs/hid/ev*-list.pd \
***************
*** 48,59 ****
  # [sprinkler]'s help file is generated by ./configure
  	cd ../../sprinkler && autoconf && ./configure
! 	cp ../../sprinkler/sprinkler-help.pd $(DOC_DIR)
  #----------------------------------------------------------------------------
  # IEMlib uses its own dir and since its not maintained in CVS
  # its best not to change the objects
  	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.
--- 49,63 ----
  # [sprinkler]'s help file is generated by ./configure
  	cd ../../sprinkler && autoconf && ./configure
! 	cp -p ../../sprinkler/sprinkler-help.pd $(DOC_DIR)
  #----------------------------------------------------------------------------
  # IEMlib uses its own dir and since its not maintained in CVS
  # its best not to change the objects
  	install -d -m0755 $(DOC_DIR)/iemhelp
! 	cp -p ../../iemlib/iemhelp/*.* $(DOC_DIR)/iemhelp
  # comport
! 	cp -p ../../iem/comport/comport/testcomport.pd $(DOC_DIR)/comport-help.pd
! #----------------------------------------------------------------------------
! # zexy uses its own dir
! 	cp -Rp ../../zexy/examples $(DOC_DIR)/zexy
  #----------------------------------------------------------------------------
  # remove help files for objects that are not included due to conflicts, etc.
***************
*** 64,69 ****
  	rm help-split.pd
  #----------------------------------------------------------------------------
! # no need to have pd patches executable
  	chmod a-x *.pd
  
  
--- 68,74 ----
  	rm help-split.pd
  #----------------------------------------------------------------------------
! # no need to have pd patches executable or writable
  	chmod a-x *.pd
+ 	chmod -R a-w *
  
  
***************
*** 72,74 ****
  clean:
  	rm -f *.pd *.ps *.txt test.som *~
! 	rm -Rf iemhelp
--- 77,79 ----
  clean:
  	rm -f *.pd *.ps *.txt test.som *~
! 	rm -Rf iemhelp zexy





More information about the Pd-cvs mailing list