diff options
author | fluxgen <fluxgen> | 2001-12-11 20:47:02 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2001-12-11 20:47:02 (GMT) |
commit | 18830ac9add80cbd3bf7369307d7e35a519dca9b (patch) | |
tree | 4759a5434a34ba317fe77bbf8b0ed9bb57bb6018 /nls/tr_TR/Makefile.am | |
parent | 1523b48bff07dead084af3064ad11c79a9b25df0 (diff) | |
download | fluxbox-18830ac9add80cbd3bf7369307d7e35a519dca9b.zip fluxbox-18830ac9add80cbd3bf7369307d7e35a519dca9b.tar.bz2 |
Initial revision
Diffstat (limited to 'nls/tr_TR/Makefile.am')
-rw-r--r-- | nls/tr_TR/Makefile.am | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/nls/tr_TR/Makefile.am b/nls/tr_TR/Makefile.am new file mode 100644 index 0000000..d6e34cb --- /dev/null +++ b/nls/tr_TR/Makefile.am | |||
@@ -0,0 +1,34 @@ | |||
1 | # nls/tr_TR/Makefile.am for Blackbox-0.61.x - 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 | 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 | ||
11 | EXTRA_DIST=$(MFILES) | ||
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 ../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 | ||