]> Dogcows Code - chaz/openbox/blobdiff - nls/it_IT/Makefile.am
syching with bb-cvs. rm .\#* on make dist-clean. nls updates.
[chaz/openbox] / nls / it_IT / Makefile.am
index f3ab8827717a633150f6cc556b06b8f72a4aebf2..8ead23bd0c8b23712d756fbcf19764630ad7255e 100644 (file)
@@ -3,36 +3,36 @@
 NLSTEST = @NLS@
 THE_LANG = it_IT
 THE_NLS_PATH = $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)
-CLEANFILES = blackbox.cat
+CLEANFILES = openbox.cat
 MAINTAINERCLEANFILES = Makefile.in Translation.m
 DISTCLEANFILES = Translation.m
 MFILES = @srcdir@/BaseDisplay.m @srcdir@/Basemenu.m @srcdir@/Configmenu.m @srcdir@/Icon.m @srcdir@/Image.m @srcdir@/Screen.m @srcdir@/Slit.m @srcdir@/Toolbar.m @srcdir@/Window.m @srcdir@/Windowmenu.m @srcdir@/Workspace.m @srcdir@/Workspacemenu.m @srcdir@/blackbox.m @srcdir@/common.m @srcdir@/main.m @srcdir@/bsetroot.m
 
-all-local: blackbox.cat
-install-data-local: blackbox.cat
-       @if test x$(NLSTEST) = "x-DNLS"; then \
+all-local: openbox.cat
+install-data-local: openbox.cat
+       @if test x$(NLSTEST) = "xyes"; then \
                echo "Installing catalog in $(THE_NLS_PATH)"; \
                $(mkinstalldirs) $(THE_NLS_PATH); \
-               $(INSTALL_DATA) blackbox.cat $(THE_NLS_PATH); \
-               rm -f $(DESTDIR)$(pkgdatadir)/nls/it; \
-               ln -f -s it_IT $(DESTDIR)$(pkgdatadir)/nls/it; \
-       fi
+               $(INSTALL_DATA) openbox.cat $(THE_NLS_PATH); \
+                rm -f $(DESTDIR)$(pkgdatadir)/nls/it; \
+                ln -f -s it_IT $(DESTDIR)$(pkgdatadir)/nls/it; \
+fi
 uninstall-local:
-       @if test x$(NLSTEST) = "x-DNLS"; then \
-               rm -f $(THE_NLS_PATH)/blackbox.cat; \
+       @if test x$(NLSTEST) = "xyes"; then \
+               rm -f $(THE_NLS_PATH)/openbox.cat; \
                rm -f $(DESTDIR)$(pkgdatadir)/nls/it; \
                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
 
-blackbox.cat: Translation.m
-       @if test x$(NLSTEST) = "x-DNLS"; then \
-               $(gencat_cmd) blackbox.cat Translation.m; \
+openbox.cat: Translation.m
+       @if test x$(NLSTEST) = "xyes"; then \
+               $(gencat_cmd) openbox.cat Translation.m; \
        fi
 
 distclean-local:
-       rm -f *\~
+       rm -f *\~ .\#*
This page took 0.021784 seconds and 4 git commands to generate.