From 4cb03672c977721488fa8dc17a472d11205b172f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 21 Sep 2006 20:26:58 +0000 Subject: copy *.pd from ./ instead of ../doc/ (which does not exist) svn path=/trunk/externals/iem/syslog/; revision=5992 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index b9eb1c8..55de641 100644 --- a/Makefile.in +++ b/Makefile.in @@ -52,7 +52,7 @@ install-bin: install-doc: -install -d $(INSTALL_BIN) - -install -m 644 ../doc/*.pd $(INSTALL_BIN) + -install -m 644 *.pd $(INSTALL_BIN) dist: distclean (cd ..;tar czvf $(TARNAME) $(LIBNAME)) -- cgit v1.2.1