[PD-cvs] externals Makefile,1.103.2.13,1.103.2.14

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sat May 5 23:41:41 CEST 2007


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

Modified Files:
      Tag: branch-v0-39-2-extended
	Makefile 
Log Message:
pdp help cleanups

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/Makefile,v
retrieving revision 1.103.2.13
retrieving revision 1.103.2.14
diff -C2 -d -r1.103.2.13 -r1.103.2.14
*** Makefile	27 Apr 2007 13:50:46 -0000	1.103.2.13
--- Makefile	5 May 2007 21:41:39 -0000	1.103.2.14
***************
*** 1831,1843 ****
  #	install -p $(externals_src)/pdp/abstractions/*.pd $(objectsdir)/$(PDP_NAME)
  	install -p $(externals_src)/pdp/abstractions/*.pd $(objectsdir)
! 	install -d $(helpdir)/$(PDP_NAME)
! 	install -p $(externals_src)/pdp/doc/objects/*.* $(helpdir)/$(PDP_NAME)
  	install -d $(manualsdir)/$(PDP_NAME)
  	install -p $(externals_src)/pdp/doc/reference.txt $(manualsdir)/$(PDP_NAME)
- 	install -p $(externals_src)/pdp/doc/introduction/*.* \
- 		$(manualsdir)/$(PDP_NAME)
  	install -d $(examplesdir)/$(PDP_NAME)
  	install -p $(externals_src)/pdp/doc/examples/*.* \
  		$(examplesdir)/$(PDP_NAME)
  
  pdp_clean:
--- 1831,1844 ----
  #	install -p $(externals_src)/pdp/abstractions/*.pd $(objectsdir)/$(PDP_NAME)
  	install -p $(externals_src)/pdp/abstractions/*.pd $(objectsdir)
! #	install -d $(helpdir)/$(PDP_NAME)
! #	install -p $(externals_src)/pdp/doc/objects/*.* $(helpdir)/$(PDP_NAME)
! 	install -p $(externals_src)/pdp/doc/objects/*.* $(helpdir)
  	install -d $(manualsdir)/$(PDP_NAME)
  	install -p $(externals_src)/pdp/doc/reference.txt $(manualsdir)/$(PDP_NAME)
  	install -d $(examplesdir)/$(PDP_NAME)
  	install -p $(externals_src)/pdp/doc/examples/*.* \
  		$(examplesdir)/$(PDP_NAME)
+ 	install -p $(externals_src)/pdp/doc/introduction/*.* \
+ 		$(examplesdir)/$(PDP_NAME)
  
  pdp_clean:





More information about the Pd-cvs mailing list