# # Copyright (C) 2023 CismonX # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty, provided the copyright notice and # this notice are preserved. This file is offered as-is, without any warranty. # dist_bashcompletion_DATA = dist_zshcompletion_DATA = if INSTALL_BASH_COMPLETION dist_bashcompletion_DATA += bash/arify endif # INSTALL_BASH_COMPLETION if INSTALL_ZSH_COMPLETION dist_zshcompletion_DATA += zsh/_arify endif # INSTALL_ZSH_COMPLETION