]> Dogcows Code - chaz/openbox/blob - nls/Makefile.am
sync with the 2.0 branch
[chaz/openbox] / nls / Makefile.am
1 # nls/Makefile.am for Blackbox - an X11 Window Manager
2
3 NLSTEST = @NLS@
4 SUBDIRS = C da_DK de_DE es_AR es_ES et_EE fr_FR hu_HU it_IT ja_JP ko_KR nl_NL \
5 no_NO pl_PL pt_BR ro_RO ru_RU sk_SK sl_SI sv_SE tr_TR uk_UA \
6 zh_CN zh_TW
7 MAINTAINERCLEANFILES = Makefile.in blackbox-nls.hh
8 DISTCLEANFILES = blackbox-nls.hh
9
10 uninstall-local:
11 @if test x$(NLSTEST) = "xyes"; then \
12 rmdir $(DESTDIR)$(pkgdatadir)/nls; \
13 fi
14 distclean-local:
15 rm -f *\~ .\#*
This page took 0.032111 seconds and 4 git commands to generate.