2001-12-11 20:47:02 +00:00
|
|
|
# nls/Makefile.am for Blackbox 0.61.x - an X11 Window Manager
|
|
|
|
|
|
|
|
NLSTEST = @NLS@
|
2002-02-24 18:56:43 +00:00
|
|
|
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
|
2001-12-11 20:47:02 +00:00
|
|
|
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 *\~
|