aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-11 15:34:01 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-11 15:34:01 +0100
commit4a705bd495a935b72d33dad2c1517bfa1bea84de (patch)
tree044e151f8cc2dc87564fd2c974211ace2c0743de
parentmake: remove old variables (diff)
downloadscrotty-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>
-rw-r--r--Makefile.in1
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
# }}