aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1b7098..6423d77 100644
--- a/Makefile
+++ b/Makefile
@@ -77,8 +77,10 @@ install: install-bin install-doc
install-bin:
-install -d $(INSTALL_BIN)
- -install -m 644 $(LIBNAME).$(EXT) $(INSTALL_BIN)
+ -install -m 644 *.$(EXT) $(INSTALL_BIN)
install-doc:
+ -install -d $(INSTALL_DOC)
+ -install -m 644 *-help.pd $(INSTALL_DOC)
everything: clean all install distclean