]> code.citadel.org Git - citadel.git/blobdiff - webcit/Makefile.in
build fix
[citadel.git] / webcit / Makefile.in
index e337a83d39728e5310ace4e5f0b700b881ff6f35..63eff9fae1ba59db0a7dd3aa67f5afed386b7672 100644 (file)
@@ -30,7 +30,8 @@ clean:
        rm -f *.o webcit webserver
 
 distclean: clean
-       rm -f Makefile config.cache config.log config.status\
+       rm -f Makefile config.cache config.log config.status \
+               po/Makefile po/Makefile.in \
                $(srcdir)/TAGS
 
 setup: setup.o tools.o
@@ -80,11 +81,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