X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=nls%2FC%2FMakefile.am;h=8ef4289488af6c9fb94b4f6766ffa08a5f040417;hb=5cf86b186c89ffb87f02ab732aa113ce8025dc2a;hp=9c0c39ce697c37d71311a980a0c18026da779e8d;hpb=b48e215ca642d1973e0b1b71e632657c2679443a;p=chaz%2Fopenbox diff --git a/nls/C/Makefile.am b/nls/C/Makefile.am index 9c0c39ce..8ef42894 100644 --- a/nls/C/Makefile.am +++ b/nls/C/Makefile.am @@ -8,7 +8,7 @@ MFILES = @srcdir@/BaseDisplay.m @srcdir@/Basemenu.m @srcdir@/Configmenu.m @srcdi all-local: Translation.m openbox.cat install-data-local: openbox.cat - @if test x$(NLSTEST) = "x-DNLS"; then \ + @if test x$(NLSTEST) = "xyes"; then \ echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/C"; \ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/C; \ $(INSTALL_DATA) openbox.cat $(DESTDIR)$(pkgdatadir)/nls/C; \ @@ -24,7 +24,7 @@ install-data-local: openbox.cat ln -f -s C $(DESTDIR)$(pkgdatadir)/nls/en; \ fi uninstall-local: - @if test x$(NLSTEST) = "x-DNLS"; then \ + @if test x$(NLSTEST) = "xyes"; then \ rm -f $(DESTDIR)$(pkgdatadir)/nls/C/openbox.cat; \ rm -f $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \ rm -f $(DESTDIR)$(pkgdatadir)/nls/POSIX; \ @@ -42,9 +42,9 @@ Translation.m: $(MFILES) output=Translation.m $(MFILES) openbox.cat: Translation.m - @if test x$(NLSTEST) = "x-DNLS"; then \ + @if test x$(NLSTEST) = "xyes"; then \ $(gencat_cmd) openbox.cat Translation.m; \ fi distclean-local: - rm -f *\~ + rm -f *\~ .\#*