diff options
author | fluxgen <fluxgen> | 2005-05-18 08:33:29 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2005-05-18 08:33:29 (GMT) |
commit | 3172279d104738a72352739c07bf658aa0324d03 (patch) | |
tree | d086fce7618e7ce7179b1197770104f459ed5f5f /nls/Makefile.am | |
parent | 6a10833ff5847cc2958911b06328608e58ca0c5c (diff) | |
download | fluxbox-3172279d104738a72352739c07bf658aa0324d03.zip fluxbox-3172279d104738a72352739c07bf658aa0324d03.tar.bz2 |
locale path
Diffstat (limited to 'nls/Makefile.am')
-rw-r--r-- | nls/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nls/Makefile.am b/nls/Makefile.am index de6a96b..c046ed8 100644 --- a/nls/Makefile.am +++ b/nls/Makefile.am | |||
@@ -1,5 +1,6 @@ | |||
1 | # nls/Makefile.am for fluxbox - http://fluxbox.sf.net | 1 | # nls/Makefile.am for fluxbox - http://fluxbox.sf.net |
2 | 2 | ||
3 | LOCALE_PATH = @LOCALE_PATH@ | ||
3 | NLSTEST = @NLS@ | 4 | NLSTEST = @NLS@ |
4 | SUBDIRS = C cs_CZ da_DK es_ES et_EE fr_FR pt_BR ru_RU \ | 5 | SUBDIRS = C cs_CZ da_DK es_ES et_EE fr_FR pt_BR ru_RU \ |
5 | sv_SE tr_TR it_IT pt_PT bg_BG ja_JP ko_KR \ | 6 | sv_SE tr_TR it_IT pt_PT bg_BG ja_JP ko_KR \ |
@@ -11,7 +12,7 @@ BUILT_SOURCES=fluxbox-nls.hh | |||
11 | 12 | ||
12 | uninstall-local: | 13 | uninstall-local: |
13 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 14 | @if test x$(NLSTEST) = "x-DNLS"; then \ |
14 | rmdir $(DESTDIR)$(pkgdatadir)/nls; \ | 15 | rmdir $(DESTDIR)$(LOCALE_PATH); \ |
15 | fi | 16 | fi |
16 | distclean-local: | 17 | distclean-local: |
17 | rm -f *\~ | 18 | rm -f *\~ |