diff options
author | rathnor <rathnor> | 2004-06-20 13:48:46 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-06-20 13:48:46 (GMT) |
commit | c144177c5c43ce35cf8c7b0e888a597d6292b39a (patch) | |
tree | 23c3fc18b03aa61918bc7fb4c6f7e69dd795f5b1 /nls/ja_JP/Makefile.am | |
parent | abc86f0028402a54ef74c378cf5b6805f01e0347 (diff) | |
download | fluxbox-c144177c5c43ce35cf8c7b0e888a597d6292b39a.zip fluxbox-c144177c5c43ce35cf8c7b0e888a597d6292b39a.tar.bz2 |
Conversion of old nls files to new string names...
Change to new style of working.
Diffstat (limited to 'nls/ja_JP/Makefile.am')
-rw-r--r-- | nls/ja_JP/Makefile.am | 35 |
1 files changed, 12 insertions, 23 deletions
diff --git a/nls/ja_JP/Makefile.am b/nls/ja_JP/Makefile.am index dcaf37b..2e49d4a 100644 --- a/nls/ja_JP/Makefile.am +++ b/nls/ja_JP/Makefile.am | |||
@@ -1,33 +1,22 @@ | |||
1 | # nls/ja_JP/Makefile.am for Fluxbox - an X11 Window Manager | 1 | # nls/ja_JP/Makefile.am for Fluxbox - www.fluxbox.org |
2 | 2 | ||
3 | THE_LANG = ja_JP | 3 | THE_LANG = ja_JP |
4 | CODESET = eucJP | ||
5 | 4 | ||
6 | NLSTEST = @NLS@ | 5 | NLSTEST = @NLS@ |
7 | CLEANFILES = fluxbox.cat | 6 | CLEANFILES = fluxbox.cat |
8 | MAINTAINERCLEANFILES = Makefile.in Translation.m | 7 | MAINTAINERCLEANFILES = Makefile.in |
9 | 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 | 8 | MFILES = Translation.m |
10 | EXTRA_DIST=$(MFILES) | 9 | EXTRA_DIST= $(MFILES) |
10 | |||
11 | all-local: fluxbox.cat | 11 | all-local: fluxbox.cat |
12 | install-data-local: fluxbox.cat | 12 | install-data-local: fluxbox.cat |
13 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 13 | @if test x$(NLSTEST) = "x-DNLS"; then echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/$(THE_LA |
14 | echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)"; \ | 14 | NG)"; $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); $(INSTALL_DATA) fluxbox.cat $(DESTDIR)$(pkgdatadir)/nls/$(THE_LA |
15 | $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \ | 15 | NG); fi |
16 | $(INSTALL_DATA) fluxbox.cat $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \ | ||
17 | fi | ||
18 | uninstall-local: | ||
19 | @if test x$(NLSTEST) = "x-DNLS"; then \ | ||
20 | rm -f $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)/fluxbox.cat; \ | ||
21 | rmdir $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \ | ||
22 | fi | ||
23 | 16 | ||
24 | Translation.m: $(MFILES) | 17 | uninstall-local: |
25 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 18 | @if test x$(NLSTEST) = "x-DNLS"; then rm -f $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)/fluxbox.cat; rmdir $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); fi |
26 | rm -f Translation.m; \ | ||
27 | awk -f ../convert.awk codeset=$(CODESET) output=Translation.m $(MFILES); \ | ||
28 | fi | ||
29 | 19 | ||
30 | fluxbox.cat: Translation.m | 20 | fluxbox.cat: Translation.m |
31 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 21 | @if test x$(NLSTEST) = "x-DNLS"; then $(gencat_cmd) fluxbox.cat Translation.m; fi |
32 | LANG=$(THE_LANG) $(gencat_cmd) fluxbox.cat Translation.m; \ | 22 | |
33 | fi | ||