* Merged Thierry's CSS changes
[citadel.git] / webcit / Makefile.in
index 5d1661e1a5cf57cc22da34f7e8018ece2e57e203..73afa4ef32159e5ef86a002dc3c0d66e2d10309b 100644 (file)
@@ -102,6 +102,7 @@ install-setupbin: install-bin
 
 
 install-wwwdata:
+       test -d $(DESTDIR)$(WWWDIR)/static.local || mkdir -p $(DESTDIR)$(WWWDIR)/static.local
        test -d $(DESTDIR)$(WWWDIR)/static || mkdir -p $(DESTDIR)$(WWWDIR)/static
        for i in `find static -type f | grep -v .svn`; do \
                $(INSTALL) $$i $(DESTDIR)$(WWWDIR)/$$i; \
@@ -120,7 +121,6 @@ install-tinymce:
        done
 
 install-locale:
-       test -d $(DESTDIR)$(LOCALEDIR)/local || mkdir -p $(DESTDIR)$(LOCALEDIR)/local
        for i in `find locale -type d | grep -v .svn` \
                ; do \
                test -d $(DESTDIR)$(LOCALEDIR)/$$i || mkdir -p $(DESTDIR)$(LOCALEDIR)/$$i; \