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

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed May 25 21:14:03 CEST 2005


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

Modified Files:
	makefile 
Log Message:
removed permissions change to read-only; changed make stuff to reflect that the hcs/hid/*-help.pd files were moved to doc/ in the CVS repository

Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/build/doc/makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** makefile	20 May 2005 20:55:43 -0000	1.13
--- makefile	25 May 2005 19:14:01 -0000	1.14
***************
*** 8,11 ****
--- 8,13 ----
  
  all:
+ # add write perms to allow rewriting over all files
+ 	chmod -R u+w $(DOC_DIR)
  #----------------------------------------------------------------------------
  # all standard objs' help files
***************
*** 31,36 ****
  			../../hcs/*/doc/*.pd \
  			../../hcs/hid/examples/*.pd \
- 			../../hcs/hid/*-help.pd \
- 			../../hcs/hid/ev*-list.pd \
  			../../hcs/pan/*-help.pd \
  			../../iem/comport/*/*-help.pd \
--- 33,36 ----
***************
*** 69,73 ****
  # zexy uses its own dir
  	install -d -m0755 $(DOC_DIR)/zexy
! 	install -p -m0444 ../../zexy/zexy.pd  $(DOC_DIR)
  	install -p -m0644 ../../zexy/examples/*.* $(DOC_DIR)/zexy
  
--- 69,73 ----
  # zexy uses its own dir
  	install -d -m0755 $(DOC_DIR)/zexy
! 	install -p -m0644 ../../zexy/zexy.pd  $(DOC_DIR)
  	install -p -m0644 ../../zexy/examples/*.* $(DOC_DIR)/zexy
  
***************
*** 80,87 ****
  #  maxlib conflicts with cyclone
  	rm help-split.pd
- #----------------------------------------------------------------------------
- # no need to have pd patches executable or writable
- 	chmod a-x *.pd */*.pd
- 	chmod a-w ????*/*.* *.pd *.txt
  
  
--- 80,83 ----





More information about the Pd-cvs mailing list