README : add info about icon build target.
This commit is contained in:
parent
494297c68f
commit
1c4cc29458
8
Makefile
8
Makefile
|
@ -1,5 +1,5 @@
|
|||
color = F44336
|
||||
photo = true
|
||||
photo = true
|
||||
extra = true
|
||||
build = $(CURDIR)/build
|
||||
src = $(CURDIR)/tex
|
||||
|
@ -13,14 +13,14 @@ export RESUME_PHOTO := $(photo)
|
|||
export RESUME_EXTRA := $(extra)
|
||||
|
||||
.PHONY: all
|
||||
all: clean image en ru view
|
||||
all: clean icon en ru view
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
@rm -rf $(build)
|
||||
|
||||
.PHONY: image
|
||||
image:
|
||||
.PHONY: icon
|
||||
icon:
|
||||
@mkdir -p $(build)/image;\
|
||||
cd image/icon;\
|
||||
for file in *; do convert "$$file" -fill "#$$RESUME_COLOR" -colorize 100 $(build)/image/"$$file"; done
|
||||
|
|
Loading…
Reference in a new issue