aboutsummaryrefslogtreecommitdiff
path: root/nls/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'nls/Makefile.am')
-rw-r--r--nls/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/nls/Makefile.am b/nls/Makefile.am
new file mode 100644
index 0000000..4cb9cf9
--- /dev/null
+++ b/nls/Makefile.am
@@ -0,0 +1,13 @@
1# nls/Makefile.am for Blackbox 0.61.x - an X11 Window Manager
2
3NLSTEST = @NLS@
4SUBDIRS = C da_DK es_ES et_EE fr_FR pt_BR ru_RU sv_SE tr_TR it_IT
5MAINTAINERCLEANFILES = Makefile.in blackbox-nls.hh
6EXTRA_DIST=blackbox-nls.hh convert.awk
7
8uninstall-local:
9 @if test x$(NLSTEST) = "x-DNLS"; then \
10 rmdir $(DESTDIR)$(pkgdatadir)/nls; \
11 fi
12distclean-local:
13 rm -f *\~