README : add info about icon build target.

This commit is contained in:
Dmitry Voronin 2023-08-02 17:45:58 +03:00
parent 494297c68f
commit 1c4cc29458
2 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -10,6 +10,7 @@ Taget | Description
--- | ---
all | Clean, build and view all languages.
clean | Clean project from build files.
icon | Build colored icons.
en | Build English resume.
ru | Build Russian resume.
view | View built resumes in default PDF viewer.