From b0271665dabd5b04de0b5f7c9ecb9a5bf604bf12 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 4 Feb 2020 01:17:13 +0100 Subject: FOSDEM 2020: Replicant_sustainability: enable references To compile the presentation faster, I did only one pass with pdflatex. However to properly create the references it needs 2 passes. Signed-off-by: Denis 'GNUtoo' Carikli --- Fosdem2020/Replicant_sustainability/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fosdem2020/Replicant_sustainability/Makefile b/Fosdem2020/Replicant_sustainability/Makefile index 7bc95ec..bdea753 100644 --- a/Fosdem2020/Replicant_sustainability/Makefile +++ b/Fosdem2020/Replicant_sustainability/Makefile @@ -12,7 +12,7 @@ output: output/$(TITLE).pdf: output $(TITLE).tex $(IMAGES) pdflatex $(TEXFLAGS) '\providecommand\locale{en}\input{$(TITLE).tex}' - # pdflatex $(TEXFLAGS) '\providecommand\locale{en}\input{$(TITLE).tex}' + pdflatex $(TEXFLAGS) '\providecommand\locale{en}\input{$(TITLE).tex}' output/%.png: dot/%.dot output dot -T png $< > $@ -- cgit v1.2.3