diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 2d1a7d9..b3a03b9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -112,8 +112,8 @@ install-doc: -install -m 644 ../doc/*.pd $(INSTALL_DOC) install-abs: - -install -d $(INSTALL_BIN) - -install -m 644 ../abs/*.pd $(INSTALL_BIN) + -install -d $(INSTALL_DOC) + -install -m 644 ../abs/*.pd $(INSTALL_DOC) dist: all realclean (cd ../..;tar czvf $(TARNAME) $(LIBRARY_NAME)) |