mirror of
https://github.com/iustin/mt-st.git
synced 2026-07-29 18:52:38 +00:00
Rename mt-st to mt-st.bash_completion
This commit is contained in:
committed by
Iustin Pop
parent
a109c716d8
commit
639ece4580
@@ -21,7 +21,7 @@ DISTFILES = \
|
||||
mt.c \
|
||||
mtio.h \
|
||||
README.md \
|
||||
mt-st \
|
||||
mt-st.bash_completion \
|
||||
stinit.8 \
|
||||
stinit.c \
|
||||
stinit.def.examples \
|
||||
@@ -44,7 +44,7 @@ install: $(PROGS)
|
||||
$(INSTALL) -d $(BINDIR) $(SBINDIR) $(MANDIR) $(MANDIR)/man1 $(MANDIR)/man8 $(COMPLETIONINSTALLDIR)
|
||||
$(INSTALL) mt $(BINDIR)
|
||||
$(INSTALL) -m 444 mt.1 $(MANDIR)/man1
|
||||
$(INSTALL) -m 644 mt-st $(COMPLETIONINSTALLDIR)
|
||||
$(INSTALL) -m 644 mt-st.bash_completion $(COMPLETIONINSTALLDIR)/mt-st
|
||||
(if [ -f $(MANDIR)/man1/mt.1.gz ] ; then \
|
||||
rm -f $(MANDIR)/man1/mt.1.gz; gzip $(MANDIR)/man1/mt.1; fi)
|
||||
$(INSTALL) stinit $(SBINDIR)
|
||||
|
||||
@@ -72,7 +72,7 @@ The files:
|
||||
- `stinit.c`: The stinit source
|
||||
- `stinit.8`: The man page for stinit
|
||||
- `stinit.def.examples`: example configurations for different devices
|
||||
- `mt-st`: bash auto completion file
|
||||
- `mt-st.bash_completion`: bash auto completion file
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user