diff options
Diffstat (limited to 'nls/C')
-rw-r--r-- | nls/C/Configmenu.m | 2 | ||||
-rw-r--r-- | nls/C/Makefile.am | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/nls/C/Configmenu.m b/nls/C/Configmenu.m index 62ff7f0..8090813 100644 --- a/nls/C/Configmenu.m +++ b/nls/C/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/C/Makefile.am b/nls/C/Makefile.am index a7b50ba..d737000 100644 --- a/nls/C/Makefile.am +++ b/nls/C/Makefile.am | |||
@@ -36,6 +36,7 @@ uninstall-local: | |||
36 | 36 | ||
37 | Translation.m: $(MFILES) | 37 | Translation.m: $(MFILES) |
38 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 38 | @if test x$(NLSTEST) = "x-DNLS"; then \ |
39 | rm -f Translation.m; \ | ||
39 | echo -e "//This file is generated from nls/C" > ../blackbox-nls.hh; \ | 40 | echo -e "//This file is generated from nls/C" > ../blackbox-nls.hh; \ |
40 | echo -e "#ifndef BLACKBOX_NLS_HH" >> ../blackbox-nls.hh; \ | 41 | echo -e "#ifndef BLACKBOX_NLS_HH" >> ../blackbox-nls.hh; \ |
41 | echo -e "#define BLACKBOX_NLS_HH" >> ../blackbox-nls.hh; \ | 42 | echo -e "#define BLACKBOX_NLS_HH" >> ../blackbox-nls.hh; \ |