diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-11 15:34:01 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-11 15:34:01 +0100 |
commit | 4a705bd495a935b72d33dad2c1517bfa1bea84de (patch) | |
tree | 044e151f8cc2dc87564fd2c974211ace2c0743de /Makefile.in | |
parent | make: remove old variables (diff) | |
download | scrotty-4a705bd495a935b72d33dad2c1517bfa1bea84de.tar.gz scrotty-4a705bd495a935b72d33dad2c1517bfa1bea84de.tar.bz2 scrotty-4a705bd495a935b72d33dad2c1517bfa1bea84de.tar.xz |
make: missed to add a variable needed at dist
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 0676489..c5d7196 100644 --- a/Makefile.in +++ b/Makefile.in @@ -100,6 +100,7 @@ _EVERYTHING = $(foreach F,$(___EVERYTHING_INFO),doc/info/$(F).texinfo) \ # Used by mk/shell.mk _AUTO_COMPLETE = scrotty _WITH_SHELL = 1 +_SHELL_LOCALES = sv # }} |