aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-11 15:22:26 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-11 15:22:26 +0100
commiteb53e8f87133640e891719ac9974b82869105f06 (patch)
tree1086af2dfeccd47c313ea8994bc7e468750c9d76 /INSTALL
parentpng conversion is no longer done in a separate process. (diff)
downloadscrotty-eb53e8f87133640e891719ac9974b82869105f06.tar.gz
scrotty-eb53e8f87133640e891719ac9974b82869105f06.tar.bz2
scrotty-eb53e8f87133640e891719ac9974b82869105f06.tar.xz
add shell tab-completion + fix translation
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index c267f74..a088b9d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -89,6 +89,10 @@ to install. This rules are available:
│ html │ install-html │ Include multifile HTML manual. (Texinfo) │
│ │ install-man │ Include man pages. │
│ locale │ install-locale │ Include locales. │
+│ shell │ install-shell │ Include shell tab-completion. │
+│ bash │ install-bash │ Include GNU Bash tab-completion. │
+│ fish │ install-fish │ Include fish tab-completion. │
+│ zsh │ install-zsh │ Include Z shell tab-completion. │
└─────────────┴─────────────────────┴────────────────────────────────────────────┘
install, install-everything, install-base, and install-cmd, have alternatives
@@ -99,3 +103,8 @@ The untranslated man page is installed via the rule install-man-untranslated.
Additional translations are installed via the rule install-man-locale, which
installes the locales listed in MAN_LOCALES.
+It is not possible to multiple translations of the tab-completion scripts.
+But you may select select one translation by setting SHELL_LOCALE. Note,
+doing this means that the non-translationed script will not be installed.
+A translated one will be installed in its place.
+