diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-11 15:32:33 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-11 15:32:33 +0100 |
commit | c6c9f23a4b73fe8df9d0cc47be2df99012a88a75 (patch) | |
tree | d00b1ec122ce9b9455bb884c89a9b055c9d915e0 /Makefile.in | |
parent | doc makefile (diff) | |
download | scrotty-c6c9f23a4b73fe8df9d0cc47be2df99012a88a75.tar.gz scrotty-c6c9f23a4b73fe8df9d0cc47be2df99012a88a75.tar.bz2 scrotty-c6c9f23a4b73fe8df9d0cc47be2df99012a88a75.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 6f7e2ff..63360cf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -17,6 +17,9 @@ LOCALES = sv # List of man page translations to install. MAN_LOCALES = sv +# Uncomment this if they want another locale for the tab-completion. +#SHELL_LOCALE = sv + # Can change these variables with ./configure in the same why you # would configure them when running make. |