* Threw away most of the gettextize-generated build system in the po/
[citadel.git] / webcit / Makefile.in
index e337a83d39728e5310ace4e5f0b700b881ff6f35..f5be6d5cecc104a99ed8b073f967f5847e358074 100644 (file)
@@ -80,11 +80,16 @@ install:
                ; do \
                test -d $(root)$(prefix)/$$i || mkdir $(root)$(prefix)/$$i; \
        done
+       for i in `find locale -type d | grep -v .svn` \
+               ; do \
+               test -d $(root)$(prefix)/$$i || mkdir $(root)$(prefix)/$$i; \
+       done
        for i in \
                webserver \
                setup \
                `find static -type f | grep -v .svn` \
                `find tiny_mce -type f | grep -v .svn` \
+               `find locale -type f | grep -v .svn` \
                ; do \
                $(INSTALL) $$i $(root)$(prefix)/$$i; \
        done