aboutsummaryrefslogtreecommitdiff
path: root/nls/Makefile.am
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-06-07 11:46:05 (GMT)
committerrathnor <rathnor>2004-06-07 11:46:05 (GMT)
commitfff4456dee29e675d7f2ed3490db39bcb7e10e53 (patch)
tree2d2dbf386551773cbdc8231b2a93b493187bd733 /nls/Makefile.am
parent073065ac56b388db1169108d44f37d32f1d19c67 (diff)
downloadfluxbox-fff4456dee29e675d7f2ed3490db39bcb7e10e53.zip
fluxbox-fff4456dee29e675d7f2ed3490db39bcb7e10e53.tar.bz2
update NLS string handling...
Diffstat (limited to 'nls/Makefile.am')
-rw-r--r--nls/Makefile.am5
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
8MAINTAINERCLEANFILES = Makefile.in fluxbox-nls.hh 8MAINTAINERCLEANFILES = Makefile.in fluxbox-nls.hh
9EXTRA_DIST=fluxbox-nls.hh convert.awk 9EXTRA_DIST=fluxbox-nls.hh convert.awk nlsinfo
10 10
11uninstall-local: 11uninstall-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
15distclean-local: 15distclean-local:
16 rm -f *\~ 16 rm -f *\~
17
18fluxbox-nls.hh:
19 ./nlsinfo -H -N FBNLS $(top_srcdir)/src > fluxbox-nls.hh