[PD-cvs] externals Makefile,1.103.2.14,1.103.2.15

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Jun 7 14:02:25 CEST 2007


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

Modified Files:
      Tag: branch-v0-39-2-extended
	Makefile 
Log Message:
also install the pdp/pidip help files in the standard location

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/Makefile,v
retrieving revision 1.103.2.14
retrieving revision 1.103.2.15
diff -C2 -d -r1.103.2.14 -r1.103.2.15
*** Makefile	5 May 2007 21:41:39 -0000	1.103.2.14
--- Makefile	7 Jun 2007 12:02:23 -0000	1.103.2.15
***************
*** 1831,1836 ****
  #	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)
--- 1831,1837 ----
  #	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 $(helpdir)
  	install -p $(externals_src)/pdp/doc/objects/*.* $(helpdir)
  	install -d $(manualsdir)/$(PDP_NAME)
***************
*** 1875,1878 ****
--- 1876,1881 ----
  #		--license "GNU GPLv2"
  	install -p $(externals_src)/pidip/*.$(EXTENSION) $(objectsdir)
+ 	install -d $(helpdir)/$(PIDIP_NAME)
+ 	install -p $(externals_src)/pidip/doc/*.pd $(helpdir)/$(PIDIP_NAME)
  	install -d $(helpdir)
  	install -p $(externals_src)/pidip/doc/*.pd $(helpdir)





More information about the Pd-cvs mailing list