aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))