From 5ad33b998f9fc430477cc85d7a6671c5d4fc19d9 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Tue, 23 Jun 2009 14:43:54 +0100 Subject: app-devel: fixed makefiles to call pdflatex twice that latex refs are resolved correctly Signed-off-by: Manuel Traut --- application-devel/app-debugging/Makefile | 1 + application-devel/devel-environment/Makefile | 1 + 2 files changed, 2 insertions(+) (limited to 'application-devel') diff --git a/application-devel/app-debugging/Makefile b/application-devel/app-debugging/Makefile index 4b38b5c..3f8d266 100644 --- a/application-devel/app-debugging/Makefile +++ b/application-devel/app-debugging/Makefile @@ -1,4 +1,5 @@ all: + pdflatex handout_app-debugging_de.tex pdflatex handout_app-debugging_de.tex pdflatex pres_app-debugging_de.tex pdflatex hints_app-debugging_de.tex diff --git a/application-devel/devel-environment/Makefile b/application-devel/devel-environment/Makefile index 9ba25eb..75ad45d 100644 --- a/application-devel/devel-environment/Makefile +++ b/application-devel/devel-environment/Makefile @@ -1,4 +1,5 @@ all: + pdflatex handout_devel-environment_de.tex pdflatex handout_devel-environment_de.tex pdflatex pres_devel-environment_de.tex pdflatex hints_devel-environment_de.tex -- cgit v1.2.3