mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
changes
This commit is contained in:
parent
044a28cd25
commit
b43ff07c86
2
Makefile
2
Makefile
@ -24,6 +24,7 @@ htmlmin:
|
|||||||
|
|
||||||
installdirs:
|
installdirs:
|
||||||
mkdir -p $(DESTDIR)/ $(DESTDIR)/img
|
mkdir -p $(DESTDIR)/ $(DESTDIR)/img
|
||||||
|
mkdir -p $(DESTDIR)/ $(DESTDIR)/img/grills
|
||||||
ifneq (,$(findstring php,$(MODULES)))
|
ifneq (,$(findstring php,$(MODULES)))
|
||||||
mkdir -p $(DESTDIR)/includes
|
mkdir -p $(DESTDIR)/includes
|
||||||
endif
|
endif
|
||||||
@ -42,6 +43,7 @@ min-js:
|
|||||||
|
|
||||||
copy-img:
|
copy-img:
|
||||||
cp -v $(CURDIR)/static/img/*.png $(CURDIR)/build/img/
|
cp -v $(CURDIR)/static/img/*.png $(CURDIR)/build/img/
|
||||||
|
cp -R $(CURDIR)/static/img/grills $(CURDIR)/build/img/
|
||||||
|
|
||||||
copy-php:
|
copy-php:
|
||||||
ifneq ($(wildcard $(CURDIR)/static/php/.),)
|
ifneq ($(wildcard $(CURDIR)/static/php/.),)
|
||||||
|
Loading…
Reference in New Issue
Block a user