]> Dogcows Code - chaz/openbox/blobdiff - nls/Makefile.am
Initial revision
[chaz/openbox] / nls / Makefile.am
diff --git a/nls/Makefile.am b/nls/Makefile.am
new file mode 100644 (file)
index 0000000..08d3ac7
--- /dev/null
@@ -0,0 +1,14 @@
+# nls/Makefile.am for Openbox
+
+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
+
+uninstall-local:
+       @if test x$(NLSTEST) = "x-DNLS"; then \
+               rmdir $(DESTDIR)$(pkgdatadir)/nls; \
+       fi
+distclean-local:
+       rm -f *\~
This page took 0.019841 seconds and 4 git commands to generate.