[PD-cvs] externals Makefile,1.103.2.17,1.103.2.18

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed Jun 27 21:22:56 CEST 2007


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

Modified Files:
      Tag: branch-v0-39-2-extended
	Makefile 
Log Message:
added rough help file hacked together at the gohan workshop

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/Makefile,v
retrieving revision 1.103.2.17
retrieving revision 1.103.2.18
diff -C2 -d -r1.103.2.17 -r1.103.2.18
*** Makefile	17 Jun 2007 15:52:46 -0000	1.103.2.17
--- Makefile	27 Jun 2007 19:22:54 -0000	1.103.2.18
***************
*** 1047,1056 ****
  
  hidin_install: hidin
! 	install -d $(objectsdir)/$(HIDIN_NAME)
! 	$(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(HIDIN_NAME) \
! 		--author "Olaf Matthes" \
! 		--description "HID input for Windows HID" \
! 		--license "GNU GPL"
! 	install -p $(HIDIN_DLL) $(objectsdir)/$(HIDIN_NAME)
  #	install -d $(helpdir)/$(HIDIN_NAME)
  #	install -p $(externals_src)/olafmatt/hidin/help/*.pd \
--- 1047,1058 ----
  
  hidin_install: hidin
! #	install -d $(objectsdir)/$(HIDIN_NAME)
! #	$(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(HIDIN_NAME) \
! #		--author "Olaf Matthes" \
! #		--description "HID input for Windows HID" \
! #		--license "GNU GPL"
! 	install -p $(HIDIN_DLL) $(objectsdir)
! 	install -d $(helpdir)
! 	install -p $(externals_src)/olafmatt/hidin/*.pd $(helpdir)
  #	install -d $(helpdir)/$(HIDIN_NAME)
  #	install -p $(externals_src)/olafmatt/hidin/help/*.pd \





More information about the Pd-cvs mailing list