mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-13 03:18:35 +08:00
7 lines
175 B
Makefile
7 lines
175 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
SUBDIRS = src man
|
|
|
|
if ENABLE_BASH_COMPLETION
|
|
bashcompletiondir = $(BASH_COMPLETION_DIR)
|
|
dist_bashcompletion_DATA = etc/bash-completion.d/hstr
|
|
endif
|