]> Dogcows Code - chaz/openbox/blobdiff - nls/es_ES/Makefile.am
better error reporting. epist now reports the line number and token a parser error...
[chaz/openbox] / nls / es_ES / Makefile.am
index 0108edb9ed757cc21186a19f5fe22ddca5bbd227..a0dd4f073578b6e9eb483f3fa4c4a6fe1f231a60 100644 (file)
@@ -10,7 +10,7 @@ MFILES = @srcdir@/BaseDisplay.m @srcdir@/Basemenu.m @srcdir@/Configmenu.m @srcdi
 
 all-local: openbox.cat
 install-data-local: openbox.cat
-       @if test x$(NLSTEST) = "x-DNLS"; then \
+       @if test x$(NLSTEST) = "xyes"; then \
                echo "Installing catalog in $(THE_NLS_PATH)"; \
                $(mkinstalldirs) $(THE_NLS_PATH); \
                $(INSTALL_DATA) openbox.cat $(THE_NLS_PATH); \
@@ -18,21 +18,21 @@ install-data-local: openbox.cat
                ln -f -s es_ES $(DESTDIR)$(pkgdatadir)/nls/es; \
        fi
 uninstall-local:
-       @if test x$(NLSTEST) = "x-DNLS"; then \
+       @if test x$(NLSTEST) = "xyes"; then \
                rm -f $(THE_NLS_PATH)/openbox.cat; \
                rm -f $(DESTDIR)$(pkgdatadir)/nls/es; \
                rmdir $(THE_NLS_PATH); \
        fi
 
 Translation.m: $(MFILES)
-       @if test x$(NLSTEST) = "x-DNLS"; then \
+       @if test x$(NLSTEST) = "xyes"; then \
                awk -f @srcdir@/../convert.awk output=Translation.m $(MFILES); \
        fi
 
 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 *\~ .\#*
This page took 0.023428 seconds and 4 git commands to generate.