rename resume with today's date
This commit is contained in:
parent
34f79a9c47
commit
faf680464b
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -10,3 +10,4 @@ CV_SRCS = $(shell find $(CV_DIR) -name '*.tex')
|
|||
|
||||
resume.pdf: $(EXAMPLES_DIR)/resume_jm_tremblay.tex $(RESUME_SRCS)
|
||||
$(CC) -output-directory=$(EXAMPLES_DIR) $<
|
||||
mv $(EXAMPLES_DIR)/resume_jm_tremblay.pdf $(EXAMPLES_DIR)/resume_jm_tremblay_$$(date +%Y_%m_%d).pdf
|
||||
Loading…
Reference in a new issue