aboutsummaryrefslogtreecommitdiff
path: root/nls/fr_FR/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'nls/fr_FR/Makefile.am')
-rw-r--r--nls/fr_FR/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/nls/fr_FR/Makefile.am b/nls/fr_FR/Makefile.am
index 91c9f01..97221e2 100644
--- a/nls/fr_FR/Makefile.am
+++ b/nls/fr_FR/Makefile.am
@@ -24,10 +24,11 @@ uninstall-local:
24 24
25Translation.m: $(MFILES) 25Translation.m: $(MFILES)
26 @if test x$(NLSTEST) = "x-DNLS"; then \ 26 @if test x$(NLSTEST) = "x-DNLS"; then \
27 rm -f Translation.m; \
27 awk -f ../convert.awk output=Translation.m $(MFILES); \ 28 awk -f ../convert.awk output=Translation.m $(MFILES); \
28 fi 29 fi
29 30
30blackbox.cat: Translation.m 31blackbox.cat: Translation.m
31 @if test x$(NLSTEST) = "x-DNLS"; then \ 32 @if test x$(NLSTEST) = "x-DNLS"; then \
32 $(gencat_cmd) blackbox.cat Translation.m; \ 33 LANG=fr_FR $(gencat_cmd) blackbox.cat Translation.m; \
33 fi 34 fi