diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-02-23 22:05:19 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-02-23 22:05:19 -0800 |
| commit | 5569e926c15c26f1fcacce308fd9944e63173a1d (patch) | |
| tree | bf1f522a77149d880dd9dfb52790013d85e0491c /Makefile | |
| parent | 99a7f917c3aad3cfa942af0ef47e41e2434086bb (diff) | |
Added manpage for bbcmd and updated a bunch of the documenation.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -69,7 +69,7 @@ install: $(NAME) [ ! "$$sysconfdir" ] && sysconfdir=/etc; \ mkdir -pv -m 755 "$$prefix/share/man/man1" "$$prefix/bin" "$$sysconfdir/xdg/bb" \ && cp -v bbstartup.sh bindings.bb "$$sysconfdir/xdg/bb/" \ - && cp -v $(NAME).1 "$$prefix/share/man/man1/" \ + && cp -v bb.1 bbcmd.1 "$$prefix/share/man/man1/" \ && rm -f "$$prefix/bin/$(NAME)" \ && cp -v $(NAME) "$$prefix/bin/" @@ -82,6 +82,6 @@ uninstall: [ ! "$$prefix" ] && prefix="/usr/local"; \ [ ! "$$sysconfdir" ] && sysconfdir=/etc; \ echo "Deleting..."; \ - rm -rvf "$$prefix/bin/$(NAME)" "$$prefix/share/man/man1/$(NAME).1" "$$sysconfdir/xdg/bb"; \ + 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" |
