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)
|
export RESUME_EXTRA := $(extra)
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: clean image en ru view
|
all: clean icon en ru view
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
@rm -rf $(build)
|
@rm -rf $(build)
|
||||||
|
|
||||||
.PHONY: image
|
.PHONY: icon
|
||||||
image:
|
icon:
|
||||||
@mkdir -p $(build)/image;\
|
@mkdir -p $(build)/image;\
|
||||||
cd image/icon;\
|
cd image/icon;\
|
||||||
for file in *; do convert "$$file" -fill "#$$RESUME_COLOR" -colorize 100 $(build)/image/"$$file"; done
|
for file in *; do convert "$$file" -fill "#$$RESUME_COLOR" -colorize 100 $(build)/image/"$$file"; done
|
||||||
|
|
|
@ -10,6 +10,7 @@ Taget | Description
|
||||||
--- | ---
|
--- | ---
|
||||||
all | Clean, build and view all languages.
|
all | Clean, build and view all languages.
|
||||||
clean | Clean project from build files.
|
clean | Clean project from build files.
|
||||||
|
icon | Build colored icons.
|
||||||
en | Build English resume.
|
en | Build English resume.
|
||||||
ru | Build Russian resume.
|
ru | Build Russian resume.
|
||||||
view | View built resumes in default PDF viewer.
|
view | View built resumes in default PDF viewer.
|
||||||
|
|
Loading…
Reference in a new issue