* fix locale compile support.
authorWilfried Göesgens <willi@citadel.org>
Tue, 20 Nov 2007 22:58:13 +0000 (22:58 +0000)
committerWilfried Göesgens <willi@citadel.org>
Tue, 20 Nov 2007 22:58:13 +0000 (22:58 +0000)
webcit/Makefile.in

index 8af3349eecf6d4d0c73c0ab504a9bc50e8f42a6e..07ebf02ccfc2fc64fbc833d46fac27cfaff7bce5 100644 (file)
@@ -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; \