README : add info about icon build target.
This commit is contained in:
parent
494297c68f
commit
1c4cc29458
6
Makefile
6
Makefile
|
@ -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