aboutsummaryrefslogtreecommitdiff
path: root/nls/Makefile.am
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2005-05-18 08:33:29 (GMT)
committerfluxgen <fluxgen>2005-05-18 08:33:29 (GMT)
commit3172279d104738a72352739c07bf658aa0324d03 (patch)
treed086fce7618e7ce7179b1197770104f459ed5f5f /nls/Makefile.am
parent6a10833ff5847cc2958911b06328608e58ca0c5c (diff)
downloadfluxbox-3172279d104738a72352739c07bf658aa0324d03.zip
fluxbox-3172279d104738a72352739c07bf658aa0324d03.tar.bz2
locale path
Diffstat (limited to 'nls/Makefile.am')
-rw-r--r--nls/Makefile.am3
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
3LOCALE_PATH = @LOCALE_PATH@
3NLSTEST = @NLS@ 4NLSTEST = @NLS@
4SUBDIRS = C cs_CZ da_DK es_ES et_EE fr_FR pt_BR ru_RU \ 5SUBDIRS = 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
12uninstall-local: 13uninstall-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
16distclean-local: 17distclean-local:
17 rm -f *\~ 18 rm -f *\~