~ubuntu-branches/ubuntu/vivid/blackbox/vivid

« back to all changes in this revision

Viewing changes to nls/tr_TR/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jesus Climent
  • Date: 2003-10-15 15:38:53 UTC
  • Revision ID: james.westby@ubuntu.com-20031015153853-c08p60n6fes52hs1
Tags: 0.65.0-1.2
* Non Maintainer Upload
* Patch by Matt Kraai to solve FTBFS: Closes: #208814.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# nls/tr_TR/Makefile.am for Blackbox - an X11 Window Manager
2
 
3
 
# -- T�rkce terc�me dizini i�in bir yapim-dosya-taban�
4
 
#       kabalak -- kabalak@gmx.net
5
 
#
6
 
 
7
 
NLSTEST = @NLS@
8
 
CLEANFILES = blackbox.cat
9
 
MAINTAINERCLEANFILES = Makefile.in Translation.m
10
 
DISTCLEANFILES = Translation.m
11
 
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
12
 
 
13
 
all-local: blackbox.cat
14
 
install-data-local: blackbox.cat
15
 
        @if test x$(NLSTEST) = "x-DNLS"; then \
16
 
                echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/tr_TR"; \
17
 
                $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/tr_TR; \
18
 
                $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/tr_TR; \
19
 
        fi
20
 
uninstall-local:
21
 
        @if test x$(NLSTEST) = "x-DNLS"; then \
22
 
                rm -f $(DESTDIR)$(pkgdatadir)/nls/tr_TR/blackbox.cat; \
23
 
                rmdir $(DESTDIR)$(pkgdatadir)/nls/tr_TR; \
24
 
        fi
25
 
 
26
 
Translation.m: $(MFILES)
27
 
        @if test x$(NLSTEST) = "x-DNLS"; then \
28
 
                awk -f @srcdir@/../convert.awk output=Translation.m $(MFILES); \
29
 
        fi
30
 
 
31
 
blackbox.cat: Translation.m
32
 
        @if test x$(NLSTEST) = "x-DNLS"; then \
33
 
                $(gencat_cmd) blackbox.cat Translation.m; \
34
 
        fi
35
 
 
36
 
distclean-local:
37
 
        rm -f *\~