X-Git-Url: https://jfr.im/git/uguu.git/blobdiff_plain/35c123932e944fa71495c4cb575a861a4faa63c2..0a3934c24ac1993d5bf3b499c04f170f57395156:/Makefile diff --git a/Makefile b/Makefile index 23e28fa..391362c 100644 --- 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/.),)