fluxbox/nls/Makefile.am

23 lines
620 B
Text
Raw Normal View History

2002-12-16 11:26:52 +00:00
# nls/Makefile.am for fluxbox - http://fluxbox.sf.net
2001-12-11 20:47:02 +00:00
2005-05-18 08:33:29 +00:00
LOCALE_PATH = @LOCALE_PATH@
2001-12-11 20:47:02 +00:00
NLSTEST = @NLS@
SUBDIRS = C cs_CZ da_DK es_ES et_EE fr_FR pt_BR ru_RU \
sv_SE tr_TR it_IT pt_PT bg_BG ja_JP ko_KR \
lv_LV de_DE nl_NL sl_SI pl_PL vi_VN be_BY
2004-05-02 21:34:53 +00:00
MAINTAINERCLEANFILES = Makefile.in fluxbox-nls.hh
2004-08-31 12:37:54 +00:00
EXTRA_DIST=fluxbox-nls.hh nlsinfo
2004-06-07 14:19:29 +00:00
BUILT_SOURCES=fluxbox-nls.hh
2001-12-11 20:47:02 +00:00
uninstall-local:
@if test x$(NLSTEST) = "x-DNLS"; then \
2005-05-18 08:33:29 +00:00
rmdir $(DESTDIR)$(LOCALE_PATH); \
2001-12-11 20:47:02 +00:00
fi
distclean-local:
rm -f *\~
2004-06-07 11:46:05 +00:00
fluxbox-nls.hh:
2005-04-29 16:28:59 +00:00
chmod +x $(srcdir)/nlsinfo
$(srcdir)/nlsinfo -H -N FBNLS $(top_srcdir)/src $(top_srcdir)/util > fluxbox-nls.hh