]> Dogcows Code - chaz/openbox/blob - nls/Makefile.am
9ac9103fc9f8ab60f29e14869b8a7a76b47d931c
[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 sl_SI sv_SE tr_TR uk_UA zh_CN zh_TW
6 MAINTAINERCLEANFILES = Makefile.in blackbox-nls.hh
7 DISTCLEANFILES = blackbox-nls.hh
8
9 uninstall-local:
10 @if test x$(NLSTEST) = "xyes"; then \
11 rmdir $(DESTDIR)$(pkgdatadir)/nls; \
12 fi
13 distclean-local:
14 rm -f *\~ .\#*
This page took 0.034951 seconds and 3 git commands to generate.