]> Dogcows Code - chaz/openbox/blobdiff - nls/hu_HU/Makefile.am
syching with bb-cvs. rm .\#* on make dist-clean. nls updates.
[chaz/openbox] / nls / hu_HU / Makefile.am
index 37bb1023b2a0382f8491746a81b67fe454443d44..c6511d261043bcbb7decf913cb454b77b4d94fd7 100644 (file)
@@ -3,33 +3,33 @@
 NLSTEST = @NLS@
 THE_LANG = hu_HU
 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); \
+               $(INSTALL_DATA) openbox.cat $(THE_NLS_PATH); \
        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; \
                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.02681 seconds and 4 git commands to generate.