diff options
author | fluxgen <fluxgen> | 2002-04-12 15:15:46 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-04-12 15:15:46 (GMT) |
commit | a5bf916fac35a473559bc9d5a381b5d9e143ed26 (patch) | |
tree | ce5303ae1e9346bf887767ce2dce1f5531499991 /nls/tr_TR | |
parent | 507fbd3be7561055f8f80177d4d6c8fbaea7e976 (diff) | |
download | fluxbox-a5bf916fac35a473559bc9d5a381b5d9e143ed26.zip fluxbox-a5bf916fac35a473559bc9d5a381b5d9e143ed26.tar.bz2 |
WorkspaceWarping
Diffstat (limited to 'nls/tr_TR')
-rw-r--r-- | nls/tr_TR/Configmenu.m | 2 | ||||
-rw-r--r-- | nls/tr_TR/Makefile.am | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/nls/tr_TR/Configmenu.m b/nls/tr_TR/Configmenu.m index 6b52958..22a1623 100644 --- a/nls/tr_TR/Configmenu.m +++ b/nls/tr_TR/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/tr_TR/Makefile.am b/nls/tr_TR/Makefile.am index d6e34cb..2612ebf 100644 --- a/nls/tr_TR/Makefile.am +++ b/nls/tr_TR/Makefile.am | |||
@@ -25,6 +25,7 @@ uninstall-local: | |||
25 | 25 | ||
26 | Translation.m: $(MFILES) | 26 | Translation.m: $(MFILES) |
27 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 27 | @if test x$(NLSTEST) = "x-DNLS"; then \ |
28 | rm -f Translation.m; \ | ||
28 | awk -f ../convert.awk output=Translation.m $(MFILES); \ | 29 | awk -f ../convert.awk output=Translation.m $(MFILES); \ |
29 | fi | 30 | fi |
30 | 31 | ||