From 8cd4dc250e64d2000e33e9a6ed3593fee92fd3d8 Mon Sep 17 00:00:00 2001 From: David Haller Date: Sun, 18 Oct 2015 22:07:16 +0200 Subject: [PATCH] Replaced pdftk with pdfunite pdftk is no longer in repos of recent distributions due to licensing issues, so I replaced it with pdfunite from poppler-utils, which has the same functionality. --- Vorlesungen/ThProg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vorlesungen/ThProg/Makefile b/Vorlesungen/ThProg/Makefile index 6100d25..c44057c 100644 --- a/Vorlesungen/ThProg/Makefile +++ b/Vorlesungen/ThProg/Makefile @@ -11,7 +11,7 @@ cleanup: @-rm -f *.aux *.fdb_latexmk *.fls *.log single: all - @-pdftk Polynomordnung.pdf Konfluenz.pdf SystemF.pdf Koinduktion_reduktion.pdf Strukturelle_Induktion.pdf PumpingLemma.pdf cat output ThProgCheatsheet.pdf + @-pdfunite Polynomordnung.pdf Konfluenz.pdf SystemF.pdf Koinduktion_reduktion.pdf Strukturelle_Induktion.pdf PumpingLemma.pdf ThProgCheatsheet.pdf %.continuous: %.pdf