mirror of
https://github.com/vale981/bspwm
synced 2025-03-05 09:51:38 -05:00
Move completions to contrib
This commit is contained in:
parent
c5673cd65e
commit
7559d6ce49
3 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -45,9 +45,9 @@ install:
|
|||
cp -p doc/bspwm.1 "$(DESTDIR)$(MANPREFIX)"/man1
|
||||
cp -Pp doc/bspc.1 "$(DESTDIR)$(MANPREFIX)"/man1
|
||||
mkdir -p "$(DESTDIR)$(BASHCPL)"
|
||||
cp -p bash_completion "$(DESTDIR)$(BASHCPL)"/bspc
|
||||
cp -p contrib/bash_completion "$(DESTDIR)$(BASHCPL)"/bspc
|
||||
mkdir -p "$(DESTDIR)$(ZSHCPL)"
|
||||
cp -p zsh_completion "$(DESTDIR)$(ZSHCPL)"/_bspc
|
||||
cp -p contrib/zsh_completion "$(DESTDIR)$(ZSHCPL)"/_bspc
|
||||
|
||||
uninstall:
|
||||
rm -f "$(DESTDIR)$(BINPREFIX)"/bspwm
|
||||
|
|
Loading…
Add table
Reference in a new issue