mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fixed distribution tarball
Fixed missing header files and man page in distribution tarball.
This commit is contained in:
parent
87a80326e1
commit
3652268fea
2 changed files with 9 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
man_MANS = gotty.1
|
dist_man_MANS = gotty.1
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,11 @@
|
||||||
bin_PROGRAMS = gotty
|
bin_PROGRAMS = gotty
|
||||||
gotty_SOURCES = tty.c options.c time.c main.c
|
gotty_SOURCES = tty.c \
|
||||||
|
options.c \
|
||||||
|
time.c \
|
||||||
|
main.c \
|
||||||
|
include/gotty/tty.h \
|
||||||
|
include/gotty/options.h \
|
||||||
|
include/gotty/time.h \
|
||||||
|
include/gotty/print.h
|
||||||
bashcompletiondir=$(sysconfdir)/bash_completion.d
|
bashcompletiondir=$(sysconfdir)/bash_completion.d
|
||||||
dist_bashcompletion_DATA=bash-completion/gotty
|
dist_bashcompletion_DATA=bash-completion/gotty
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue