X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2FMakefile.in;h=f5be6d5cecc104a99ed8b073f967f5847e358074;hb=31f850a242196e0609f8fd33589a37a4627a8ef6;hp=e337a83d39728e5310ace4e5f0b700b881ff6f35;hpb=0d572ba5d68030f76be7bd8b3980fd2406eda63c;p=citadel.git diff --git a/webcit/Makefile.in b/webcit/Makefile.in index e337a83d3..f5be6d5ce 100644 --- a/webcit/Makefile.in +++ b/webcit/Makefile.in @@ -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