]> Dogcows Code - chaz/openbox/blobdiff - nls/ja_JP/Makefile.am
syching with bb-cvs. rm .\#* on make dist-clean. nls updates.
[chaz/openbox] / nls / ja_JP / Makefile.am
index 46045a49efaf191ef5674448c616f810e05b2754..e586c8508a6a79498b72ad36229cd09242cdc568 100644 (file)
@@ -10,26 +10,26 @@ 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); \
        fi
 uninstall-local:
-       @if test x$(NLSTEST) = "x-DNLS"; then \
+       @if test x$(NLSTEST) = "xyes"; then \
                rm -f $(THE_NLS_PATH)/openbox.cat; \
                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.020646 seconds and 4 git commands to generate.