~ubuntu-branches/ubuntu/warty/fluxbox/warty

« back to all changes in this revision

Viewing changes to nls/da_DK/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matt Hope
  • Date: 2002-04-12 22:08:52 UTC
  • Revision ID: james.westby@ubuntu.com-20020412220852-0gbqxr57mgu63qdh
Tags: upstream-0.1.7
ImportĀ upstreamĀ versionĀ 0.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# nls/da_DK/Makefile.am for Blackbox-0.61.x - an X11 Window Manager
 
2
 
 
3
NLSTEST = @NLS@
 
4
CLEANFILES = blackbox.cat
 
5
MAINTAINERCLEANFILES = Makefile.in Translation.m
 
6
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 blackbox.m common.m main.m bsetroot.m
 
7
EXTRA_DIST= $(MFILES)
 
8
all-local: blackbox.cat
 
9
install-data-local: blackbox.cat
 
10
        @if test x$(NLSTEST) = "x-DNLS"; then \
 
11
                echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/da_DK"; \
 
12
                $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/da_DK; \
 
13
                $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/da_DK; \
 
14
        fi
 
15
uninstall-local:
 
16
        @if test x$(NLSTEST) = "x-DNLS"; then \
 
17
                rm -f $(DESTDIR)$(pkgdatadir)/nls/da_DK/blackbox.cat; \
 
18
                rmdir $(DESTDIR)$(pkgdatadir)/nls/da_DK; \
 
19
        fi
 
20
 
 
21
Translation.m: $(MFILES)
 
22
        @if test x$(NLSTEST) = "x-DNLS"; then \
 
23
                awk -f ../convert.awk output=Translation.m $(MFILES); \
 
24
        fi
 
25
 
 
26
blackbox.cat: Translation.m
 
27
        @if test x$(NLSTEST) = "x-DNLS"; then \
 
28
                $(gencat_cmd) blackbox.cat Translation.m; \
 
29
        fi