removed openstack, i didn't do much!
[lectures/latex.git] / cv / Makefile
index 218f893..5b6a6d5 100644 (file)
@@ -3,7 +3,9 @@ LATEX = latex
 BIBTEX = bibtex
 DVIPDF = dvipdf
 
-SRC = cv.tex app_uu.tex references.tex
+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)
@@ -14,6 +16,20 @@ cv.dvi: cv.tex
        $(LATEX) $<
        $(LATEX) $<
 
+cv_german.dvi: cv_german.tex
+       $(LATEX) $<
+       $(BIBTEX) cv_german
+       $(LATEX) $<
+       $(LATEX) $<
+
+scirec.dvi: scirec.tex
+       $(LATEX) $<
+       $(BIBTEX) scirec
+       $(BIBTEX) talk
+       $(BIBTEX) poster
+       $(LATEX) $<
+       $(LATEX) $<
+
 %.dvi: %.tex
        $(LATEX) $<