NLSTEST = @NLS@ CLEANFILES = fluxbox.cat MAINTAINERCLEANFILES = Makefile.in Translation.m MFILES = BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m fluxbox.m common.m main.m bsetroot.m EXTRA_DIST=$(MFILES) all-local: fluxbox.cat install-data-local: fluxbox.cat @if test x$(NLSTEST) = "x-DNLS"; then \ echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/ja_JP"; \ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/ja_JP; \ $(INSTALL_DATA) fluxbox.cat $(DESTDIR)$(pkgdatadir)/nls/ja_JP; \ fi uninstall-local: @if test x$(NLSTEST) = "x-DNLS"; then \ rm -f $(DESTDIR)$(pkgdatadir)/nls/ja_JP/fluxbox.cat; \ rmdir $(DESTDIR)$(pkgdatadir)/nls/ja_JP; \ fi Translation.m: $(MFILES) @if test x$(NLSTEST) = "x-DNLS"; then \ rm -f Translation.m; \ awk -f ../convert.awk output=Translation.m $(MFILES); \ fi fluxbox.cat: Translation.m @if test x$(NLSTEST) = "x-DNLS"; then \ LANG=ja_JP $(gencat_cmd) fluxbox.cat Translation.m; \ fi