mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
11 lines
231 B
Makefile
11 lines
231 B
Makefile
|
|
if ENABLE_BASH_COMPLETION
|
|
bashcompletiondir = $(BASH_COMPLETION_DIR)
|
|
bashcompletion_DATA = completion-bash/ros
|
|
endif
|
|
|
|
if ENABLE_ZSH_COMPLETION
|
|
zshcompletiondir = $(ZSH_COMPLETION_DIR)
|
|
zshcompletion_DATA = completion-zsh/ros
|
|
endif
|