]> jfr.im git - uguu.git/blobdiff - Makefile
Anti-dupe and filter bugs fixed
[uguu.git] / Makefile
index 23e28fa812cec00c862128769f6dd80457bca19b..391362c571ce1ff3d78f16329fc07ab3cbe09659 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,8 +24,9 @@ htmlmin:
 
 installdirs:
        mkdir -p $(DESTDIR)/ $(DESTDIR)/img
+       mkdir -p $(DESTDIR)/ $(DESTDIR)/img/grills
 ifneq (,$(findstring php,$(MODULES)))
-       mkdir -p $(DESTDIR)/classes $(DESTDIR)/includes
+       mkdir -p $(DESTDIR)/includes
 endif
 ifneq (,$(findstring moe,$(MODULES)))
        mkdir -p $(DESTDIR)/moe/{css,fonts,includes,js,login,panel/css/font,panel/css/images,register,templates}
@@ -42,6 +43,7 @@ min-js:
 
 copy-img:
        cp -v $(CURDIR)/static/img/*.png $(CURDIR)/build/img/
+       cp -R $(CURDIR)/static/img/grills $(CURDIR)/build/img/
 
 copy-php:
 ifneq ($(wildcard $(CURDIR)/static/php/.),)