aboutsummaryrefslogtreecommitdiff
path: root/nls
diff options
context:
space:
mode:
Diffstat (limited to 'nls')
-rw-r--r--nls/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/nls/Makefile.am b/nls/Makefile.am
index 6e9bb02..7dbdc15 100644
--- a/nls/Makefile.am
+++ b/nls/Makefile.am
@@ -7,6 +7,7 @@ SUBDIRS = C da_DK es_ES et_EE fr_FR pt_BR ru_RU sv_SE \
7 7
8MAINTAINERCLEANFILES = Makefile.in fluxbox-nls.hh 8MAINTAINERCLEANFILES = Makefile.in fluxbox-nls.hh
9EXTRA_DIST=fluxbox-nls.hh convert.awk nlsinfo 9EXTRA_DIST=fluxbox-nls.hh convert.awk nlsinfo
10BUILT_SOURCES=fluxbox-nls.hh
10 11
11uninstall-local: 12uninstall-local:
12 @if test x$(NLSTEST) = "x-DNLS"; then \ 13 @if test x$(NLSTEST) = "x-DNLS"; then \
@@ -16,4 +17,5 @@ distclean-local:
16 rm -f *\~ 17 rm -f *\~
17 18
18fluxbox-nls.hh: 19fluxbox-nls.hh:
20 chmod +x nlsinfo
19 ./nlsinfo -H -N FBNLS $(top_srcdir)/src > fluxbox-nls.hh 21 ./nlsinfo -H -N FBNLS $(top_srcdir)/src > fluxbox-nls.hh