From 82fe3080be6e925958b45cb5274faedb2164e276 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Sch=C3=A4rtl?= <andreas@schaertl.me>
Date: Tue, 18 Aug 2020 11:06:47 +0200
Subject: [PATCH] Makefile: add repoprt-nup.pdf target

---
 doc/report/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/report/Makefile b/doc/report/Makefile
index 187a519..da4c6ee 100644
--- a/doc/report/Makefile
+++ b/doc/report/Makefile
@@ -5,11 +5,14 @@ report.pdf: $(TEX_SOURCES) references.bib
 	biber report
 	pdflatex report.tex
 
+report-nup.pdf: report.pdf
+	pdfnup report.pdf
+
 view: report.pdf
 	mupdf $<
 
 clean:
-	rm -f report.pdf
+	rm -f report.pdf report-nup.pdf
 	rm -f *.aux *.bbl *.blg *.dvi *.log *.pdf *.out
 	rm -f *.bcf *.run.xml
 
-- 
GitLab