]> Dogcows Code - chaz/openbox/blobdiff - nls/Makefile.am
fix the ko_KR makefile so it builds
[chaz/openbox] / nls / Makefile.am
index 08d3ac7436605689b6bf82507596600fee866417..b157483a628394c53543807f5529246a13d61512 100644 (file)
@@ -1,14 +1,14 @@
-# nls/Makefile.am for Openbox
+# nls/Makefile.am for Blackbox - an X11 Window Manager
 
 NLSTEST = @NLS@
-SUBDIRS = C da_DK de_DE es_ES et_EE fr_FR it_IT ja_JP nl_NL pt_BR ru_RU \
-       sl_SI sv_SE tr_TR zh_CN
-MAINTAINERCLEANFILES = Makefile.in openbox-nls.h
-DISTCLEANFILES = openbox-nls.h
+SUBDIRS = C da_DK de_DE es_AR es_ES et_EE fr_FR hu_HU it_IT ja_JP ko_KR nl_NL \
+       no_NO pt_BR ro_RO ru_RU sl_SI sv_SE tr_TR uk_UA zh_CN zh_TW
+MAINTAINERCLEANFILES = Makefile.in blackbox-nls.hh
+DISTCLEANFILES = blackbox-nls.hh
 
 uninstall-local:
-       @if test x$(NLSTEST) = "x-DNLS"; then \
+       @if test x$(NLSTEST) = "xyes"; then \
                rmdir $(DESTDIR)$(pkgdatadir)/nls; \
        fi
 distclean-local:
-       rm -f *\~
+       rm -f *\~ .\#*
This page took 0.025448 seconds and 4 git commands to generate.