aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-09-21 20:26:58 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-09-21 20:26:58 +0000
commit4cb03672c977721488fa8dc17a472d11205b172f (patch)
tree3f8a870a667a6606e450407841c7a7329cc3205d
parentcedae1ddf578e27670f7727e1cc794c5fb955000 (diff)
copy *.pd from ./ instead of ../doc/ (which does not exist)
svn path=/trunk/externals/iem/syslog/; revision=5992
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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))