diff --git a/doc/report/Makefile b/doc/report/Makefile index 187a519e985190182f114f6152c79bd59885f010..da4c6ee666ef81a02b69dd8a7cdfaaee0d5e72be 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