arif/completions/Makefile.am

24 lines
547 B
Makefile

#
# Copyright (C) 2023 CismonX <admin@cismon.net>
#
# 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