From dfab2b11c29759b46ce67c8056ed9b358ec7d8b6 Mon Sep 17 00:00:00 2001 From: hackbard Date: Thu, 23 Apr 2015 00:23:10 +0200 Subject: [PATCH] include references --- cv/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/cv/Makefile b/cv/Makefile index 39231d6..5b6a6d5 100644 --- a/cv/Makefile +++ b/cv/Makefile @@ -4,6 +4,8 @@ BIBTEX = bibtex DVIPDF = dvipdf SRC = cv_german.tex cv.tex app_uu.tex references.tex app_mpi.tex app_kuka.tex +SRC += app_hs-augsburg.tex scirec.tex app_ulm_iqst.tex app_tum_nummath.tex + PDF = $(SRC:%.tex=%.pdf) all: $(PDF) @@ -20,6 +22,14 @@ cv_german.dvi: cv_german.tex $(LATEX) $< $(LATEX) $< +scirec.dvi: scirec.tex + $(LATEX) $< + $(BIBTEX) scirec + $(BIBTEX) talk + $(BIBTEX) poster + $(LATEX) $< + $(LATEX) $< + %.dvi: %.tex $(LATEX) $< -- 2.20.1