diff options
author | rathnor <rathnor> | 2004-06-07 11:46:05 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-06-07 11:46:05 (GMT) |
commit | fff4456dee29e675d7f2ed3490db39bcb7e10e53 (patch) | |
tree | 2d2dbf386551773cbdc8231b2a93b493187bd733 /nls | |
parent | 073065ac56b388db1169108d44f37d32f1d19c67 (diff) | |
download | fluxbox-fff4456dee29e675d7f2ed3490db39bcb7e10e53.zip fluxbox-fff4456dee29e675d7f2ed3490db39bcb7e10e53.tar.bz2 |
update NLS string handling...
Diffstat (limited to 'nls')
-rw-r--r-- | nls/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nls/Makefile.am b/nls/Makefile.am index 747665e..6e9bb02 100644 --- a/nls/Makefile.am +++ b/nls/Makefile.am | |||
@@ -6,7 +6,7 @@ SUBDIRS = C da_DK es_ES et_EE fr_FR pt_BR ru_RU sv_SE \ | |||
6 | sl_SI pl_PL | 6 | sl_SI pl_PL |
7 | 7 | ||
8 | MAINTAINERCLEANFILES = Makefile.in fluxbox-nls.hh | 8 | MAINTAINERCLEANFILES = Makefile.in fluxbox-nls.hh |
9 | EXTRA_DIST=fluxbox-nls.hh convert.awk | 9 | EXTRA_DIST=fluxbox-nls.hh convert.awk nlsinfo |
10 | 10 | ||
11 | uninstall-local: | 11 | uninstall-local: |
12 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 12 | @if test x$(NLSTEST) = "x-DNLS"; then \ |
@@ -14,3 +14,6 @@ uninstall-local: | |||
14 | fi | 14 | fi |
15 | distclean-local: | 15 | distclean-local: |
16 | rm -f *\~ | 16 | rm -f *\~ |
17 | |||
18 | fluxbox-nls.hh: | ||
19 | ./nlsinfo -H -N FBNLS $(top_srcdir)/src > fluxbox-nls.hh | ||