diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-27 07:26:10 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-27 07:26:10 +0100 |
commit | 82daedac564e9dcdbb3f1dbab59b8d50e47fb9b7 (patch) | |
tree | 3bd17b581fe51f0e1c53147efdd2b1c1d1940140 /Makefile.in | |
parent | add install (diff) | |
download | learn-your-telephone-number-82daedac564e9dcdbb3f1dbab59b8d50e47fb9b7.tar.gz learn-your-telephone-number-82daedac564e9dcdbb3f1dbab59b8d50e47fb9b7.tar.bz2 learn-your-telephone-number-82daedac564e9dcdbb3f1dbab59b8d50e47fb9b7.tar.xz |
m makefile
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 9484257..bd2a695 100644 --- a/Makefile.in +++ b/Makefile.in @@ -12,10 +12,10 @@ # List of translations to install. -LOCALES = +#LOCALES = # List of man page translations to install. -MAN_LOCALES = +#MAN_LOCALES = # Can change these variables with ./configure in the same why you # would configure them when running make. |