Update of /cvsroot/pure-data/externals/iem/syslog In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10085
Modified Files: Makefile.in Log Message: copy *.pd from ./ instead of ../doc/ (which does not exist)
Index: Makefile.in =================================================================== RCS file: /cvsroot/pure-data/externals/iem/syslog/Makefile.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.in 7 Sep 2006 16:48:27 -0000 1.1 --- Makefile.in 21 Sep 2006 20:26:58 -0000 1.2 *************** *** 53,57 **** install-doc: -install -d $(INSTALL_BIN) ! -install -m 644 ../doc/*.pd $(INSTALL_BIN)
dist: distclean --- 53,57 ---- install-doc: -install -d $(INSTALL_BIN) ! -install -m 644 *.pd $(INSTALL_BIN)
dist: distclean