fluxbox/nls/pt_PT/Makefile.am

31 lines
1.1 KiB
Text
Raw Normal View History

2002-02-04 07:45:19 +00:00
# nls/pt_PT/Makefile.am for Fluxbox - an X11 Window Manager
NLSTEST = @NLS@
2002-12-09 23:41:54 +00:00
CLEANFILES = fluxbox.cat
2002-02-04 07:45:19 +00:00
MAINTAINERCLEANFILES = Makefile.in Translation.m
2002-12-09 23:41:54 +00:00
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
2002-02-04 07:45:19 +00:00
EXTRA_DIST=$(MFILES)
2002-12-09 23:41:54 +00:00
all-local: fluxbox.cat
install-data-local: fluxbox.cat
2002-02-04 07:45:19 +00:00
@if test x$(NLSTEST) = "x-DNLS"; then \
echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/pt_PT"; \
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/pt_PT; \
2002-12-09 23:41:54 +00:00
$(INSTALL_DATA) fluxbox.cat $(DESTDIR)$(pkgdatadir)/nls/pt_PT; \
2002-02-04 07:45:19 +00:00
fi
uninstall-local:
@if test x$(NLSTEST) = "x-DNLS"; then \
2002-12-09 23:41:54 +00:00
rm -f $(DESTDIR)$(pkgdatadir)/nls/pt_PT/fluxbox.cat; \
2002-02-04 07:45:19 +00:00
rmdir $(DESTDIR)$(pkgdatadir)/nls/pt_PT; \
fi
Translation.m: $(MFILES)
@if test x$(NLSTEST) = "x-DNLS"; then \
2002-04-12 15:15:46 +00:00
rm -f Translation.m; \
2002-02-04 07:45:19 +00:00
awk -f ../convert.awk output=Translation.m $(MFILES); \
fi
2002-12-09 23:41:54 +00:00
fluxbox.cat: Translation.m
2002-02-04 07:45:19 +00:00
@if test x$(NLSTEST) = "x-DNLS"; then \
2002-12-09 23:41:54 +00:00
LANG=pt_PT $(gencat_cmd) fluxbox.cat Translation.m; \
2002-02-04 07:45:19 +00:00
fi