aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1b34c47..bb55234 100644
--- a/Makefile
+++ b/Makefile
@@ -32,8 +32,8 @@ install-bin:
-install -m 644 $(LIBNAME).$(EXT) $(INSTALL_BIN)
install-doc:
- -install -d $(INSTALL_DOC)
- -install -m 644 ../doc/*.pd $(INSTALL_DOC)
+ -install -d $(INSTALL_BIN)
+ -install -m 644 *.pd $(INSTALL_BIN)
dist: distclean
(cd ..;tar czvf $(TARNAME) $(LIBNAME))