Add work experience

This commit is contained in:
2020-05-21 02:48:18 +02:00
parent d35cb2a6f1
commit a78f2125e2
7 changed files with 115 additions and 114 deletions

View File

@@ -59,7 +59,7 @@ pdfs := $(patsubst %.yml,%.pdf,$(ymls))
bibs := $(wildcard $(in_dir)/*.bib)
$(texs): %.tex: %.yml $(bibs) $(PANDOC_TMPL)
$(PANDOC) -o $@ $< # pandoc template > .tex
$(PANDOC) -o $@ $<
phony_pdfs := $(if $(always_latexmk),$(pdfs) $(notes_pdf))