]> Dogcows Code - chaz/openbox/blob - nls/Makefile.am
Initial revision
[chaz/openbox] / nls / Makefile.am
1 # nls/Makefile.am for Openbox
2
3 NLSTEST = @NLS@
4 SUBDIRS = C da_DK de_DE es_ES et_EE fr_FR it_IT ja_JP nl_NL pt_BR ru_RU \
5 sl_SI sv_SE tr_TR zh_CN
6 MAINTAINERCLEANFILES = Makefile.in openbox-nls.h
7 DISTCLEANFILES = openbox-nls.h
8
9 uninstall-local:
10 @if test x$(NLSTEST) = "x-DNLS"; then \
11 rmdir $(DESTDIR)$(pkgdatadir)/nls; \
12 fi
13 distclean-local:
14 rm -f *\~
This page took 0.032076 seconds and 4 git commands to generate.