Adiciona curriculos direcionados e ajusta build
This commit is contained in:
parent
177aad9ef5
commit
3ca5ad16b9
8 changed files with 316 additions and 3 deletions
11
Makefile
11
Makefile
|
|
@ -1,4 +1,11 @@
|
|||
TEXS := $(wildcard *.tex)
|
||||
TEXS := curriculo-ptbr.tex \
|
||||
curriculo-en.tex \
|
||||
curriculo-ptbr-data.tex \
|
||||
curriculo-en-data.tex \
|
||||
curriculo-ptbr-processos.tex \
|
||||
curriculo-en-processes.tex \
|
||||
curriculo-ptbr-qualidade.tex \
|
||||
curriculo-en-qc.tex
|
||||
PDFS := $(TEXS:.tex=.pdf)
|
||||
|
||||
LATEX ?= latexmk -pdf -interaction=nonstopmode -halt-on-error
|
||||
|
|
@ -6,7 +13,7 @@ OPEN ?= xdg-open
|
|||
|
||||
.PHONY: all build open clean clear
|
||||
|
||||
all: build clean open
|
||||
all: build clean
|
||||
|
||||
build: $(PDFS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue