[PD-cvs] externals/build/doc makefile,1.10,1.11

cyrille nusmuk at users.sourceforge.net
Tue Apr 19 22:34:12 CEST 2005


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

Modified Files:
	makefile 
Log Message:
add pmpd doc in the build system


Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/build/doc/makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** makefile	14 Apr 2005 02:11:54 -0000	1.10
--- makefile	19 Apr 2005 20:34:10 -0000	1.11
***************
*** 38,43 ****
--- 38,45 ----
  			../../mjlib/doc/*.pd \
  			../../motex/*.pd \
+ 			../../nusmuk/line3/*.pd\
  			../../pdogg/*/*.pd \
  			../../plugin~/*.pd \
+ 			../../pmpd/help/*.pd\
  			../../rhythm_estimator/*.p? \
  			../../susloop~/*.pd \
***************
*** 57,60 ****
--- 59,67 ----
  	cp -p ../../iemlib/iemhelp/*.* $(DOC_DIR)/iemhelp
  #----------------------------------------------------------------------------
+ # pmpd exemples files has to go in an other directory
+ 	cp -Rp ../../pmpd/exemples $(DOC_DIR)/pmpd
+ # pmpd documentation
+ 	cp -Rp ../../pmpd/doc $(DOC_DIR)/pmpd/doc
+ #----------------------------------------------------------------------------
  # zexy uses its own dir
  	cp -Rp ../../zexy/examples $(DOC_DIR)/zexy
***************
*** 76,78 ****
  clean:
  	rm -f *.pd *.ps *.txt test.som *~
! 	rm -Rf iemhelp zexy
--- 83,86 ----
  clean:
  	rm -f *.pd *.ps *.txt test.som *~
! 	rm -Rf iemhelp zexy pmpd
! 





More information about the Pd-cvs mailing list