fluxbox/nls/Makefile.am
2002-02-24 18:56:43 +00:00

13 lines
383 B
Makefile

# nls/Makefile.am for Blackbox 0.61.x - an X11 Window Manager
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
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 *\~