diff options
Diffstat (limited to 'nls/et_EE')
-rw-r--r-- | nls/et_EE/Configmenu.m | 2 | ||||
-rw-r--r-- | nls/et_EE/Makefile.am | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/nls/et_EE/Configmenu.m b/nls/et_EE/Configmenu.m index 9dcbee6..fdc1411 100644 --- a/nls/et_EE/Configmenu.m +++ b/nls/et_EE/Configmenu.m | |||
@@ -50,3 +50,5 @@ $ #MaxOverSlit | |||
50 | # Maximize Over Slit | 50 | # Maximize Over Slit |
51 | $ #SloppyWindowGrouping | 51 | $ #SloppyWindowGrouping |
52 | # Sloppy Window Grouping | 52 | # Sloppy Window Grouping |
53 | $ #WorkspaceWarping | ||
54 | # Workspace Warping | ||
diff --git a/nls/et_EE/Makefile.am b/nls/et_EE/Makefile.am index 6bd65a2..0452f8c 100644 --- a/nls/et_EE/Makefile.am +++ b/nls/et_EE/Makefile.am | |||
@@ -20,6 +20,7 @@ uninstall-local: | |||
20 | 20 | ||
21 | Translation.m: $(MFILES) | 21 | Translation.m: $(MFILES) |
22 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 22 | @if test x$(NLSTEST) = "x-DNLS"; then \ |
23 | rm -f Translation.m; \ | ||
23 | awk -f ../convert.awk output=Translation.m $(MFILES); \ | 24 | awk -f ../convert.awk output=Translation.m $(MFILES); \ |
24 | fi | 25 | fi |
25 | 26 | ||