all repos — fluxbox @ cb5e3d037454ca65acd469e221acae256c5d1209

custom fork of the fluxbox windowmanager

nls/Makefile.am (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
# nls/Makefile.am for fluxbox - http://fluxbox.sf.net

NLSTEST = @NLS@
SUBDIRS = C da_DK es_ES et_EE fr_FR pt_BR ru_RU sv_SE \
	tr_TR it_IT pt_PT bg_BG ja_JP lv_LV de_DE nl_NL
MAINTAINERCLEANFILES = Makefile.in blackbox-nls.hh
EXTRA_DIST=blackbox-nls.hh convert.awk

uninstall-local:
	@if test x$(NLSTEST) = "x-DNLS"; then \
		rmdir $(DESTDIR)$(pkgdatadir)/nls; \
	fi
distclean-local:
	rm -f *\~