* move locations around as needed to do automatic syncing with launchpad.
[citadel.git] / webcit / Makefile.in
index bfd7e378f963a8daf3eea89239104210233f18be..9b2c6a6305c0ea7305360950537455b14a8e27e4 100644 (file)
@@ -36,7 +36,7 @@ clean:
 
 distclean: clean
        rm -f Makefile config.cache config.log config.status \
-               po/Makefile \
+               po/webcit/Makefile \
                $(srcdir)/TAGS
 
 setup: setup.o gettext.o
@@ -132,7 +132,7 @@ install-tinymce:
        done
 
 install-locale:
-       cd po; $(MAKE)
+       cd po/webcit/; $(MAKE)
        for i in `find locale -type d | grep -v .svn` \
                ; do \
                test -d $(DESTDIR)$(LOCALEDIR)/$$i || mkdir -p $(DESTDIR)$(LOCALEDIR)/$$i; \