mirror of
https://github.com/dvorka/hstr.git
synced 2025-02-23 22:36:34 +08:00
7 lines
182 B
Makefile
7 lines
182 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
SUBDIRS = src man
|
|
|
|
if ENABLE_BASH_COMPLETION
|
|
bashcompletiondir = $(BASH_COMPLETION_DIR)
|
|
dist_bashcompletion_DATA = build/ubuntu/bash-autocomplete/hh
|
|
endif
|