From e0a30fe02bf1c75ebd211dd8f3defa6241c5b82b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 8 Apr 2020 23:58:37 -0700 Subject: Some overhaul and refactoring. bbstartup.sh and bindings.bb have been moved into scripts/bbstartup and scripts/bbbindkeys alongside the other scripts. Some minor bugs have been fixed as well, and a few bindings added. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7eb39b5..04ab040 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ install: $(NAME) [ ! "$$prefix" ] && prefix="/usr/local"; \ [ ! "$$sysconfdir" ] && sysconfdir=/etc; \ mkdir -pv -m 755 "$$prefix/share/man/man1" "$$prefix/bin" "$$sysconfdir/xdg/bb" \ - && cp -rv bindings.bb scripts/* "$$sysconfdir/xdg/bb/" \ + && cp -rv scripts/* "$$sysconfdir/xdg/bb/" \ && cp -v bb.1 bbcmd.1 "$$prefix/share/man/man1/" \ && rm -f "$$prefix/bin/$(NAME)" \ && cp -v $(NAME) "$$prefix/bin/" @@ -42,3 +42,4 @@ uninstall: rm -rvf "$$prefix/bin/$(NAME)" "$$prefix/share/man/man1/bb.1" "$$prefix/share/man/man1/bbcmd.1" "$$sysconfdir/xdg/bb"; \ printf "\033[1mIf you created any config files in ~/.config/bb, you may want to delete them manually.\033[0m\n" +.PHONY: all, clean, install, uninstall -- cgit v1.2.3