From: Wilfried Göesgens Date: Tue, 20 Nov 2007 22:58:13 +0000 (+0000) Subject: * fix locale compile support. X-Git-Tag: v7.86~2765 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=8145bd38c3b139839b44a42ca656f3df2c4481b5 * fix locale compile support. --- diff --git a/webcit/Makefile.in b/webcit/Makefile.in index 8af3349ee..07ebf02cc 100644 --- a/webcit/Makefile.in +++ b/webcit/Makefile.in @@ -115,6 +115,7 @@ install-tinymce: done install-locale: + cd po; make for i in `find locale -type d | grep -v .svn` \ ; do \ test -d $(DESTDIR)$(LOCALEDIR)/$$i || mkdir -p $(DESTDIR)$(LOCALEDIR)/$$i; \