Adiciona curriculos direcionados e ajusta build

This commit is contained in:
ltadeu6 2026-04-06 19:58:49 -03:00
parent 177aad9ef5
commit 3ca5ad16b9
8 changed files with 316 additions and 3 deletions

View file

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