[PD-cvs] externals/iem/amixer Makefile,1.1,1.2

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Tue Nov 15 15:09:32 CET 2005


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

Modified Files:
	Makefile 
Log Message:
help-files are not in ../doc/ but in ./


Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/amixer/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile	3 Nov 2005 11:55:04 -0000	1.1
--- Makefile	15 Nov 2005 14:09:29 -0000	1.2
***************
*** 33,38 ****
  
  install-doc:
! 	-install -d $(INSTALL_DOC)
! 	-install -m 644 ../doc/*.pd $(INSTALL_DOC)
  
  dist: distclean
--- 33,38 ----
  
  install-doc:
! 	-install -d $(INSTALL_BIN)
! 	-install -m 644 *.pd $(INSTALL_BIN)
  
  dist: distclean





More information about the Pd-cvs mailing list