* fix locale compile support.
[citadel.git] / 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; \