mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Autocompletion now resolves all arguments. Also renamed 'gotty-bash-completion.sh' to 'gotty' to comply with the normal naming scheme for completion files in /etc/bash_completion.d .
4 lines
166 B
Makefile
4 lines
166 B
Makefile
bin_PROGRAMS = gotty
|
|
gotty_SOURCES = tty.c options.c device.c main.c
|
|
bashcompletiondir=$(sysconfdir)/bash_completion.d
|
|
dist_bashcompletion_DATA=bash-completion/gotty
|