Rename mt-st to mt-st.bash_completion

This commit is contained in:
Paweł Marciniak
2020-07-19 18:00:04 +02:00
committed by Iustin Pop
parent a109c716d8
commit 639ece4580
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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)
+1 -1
View File
@@ -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
View File