Skip to content
Snippets Groups Projects
Commit 82fe3080 authored by Andreas Schärtl's avatar Andreas Schärtl
Browse files

Makefile: add repoprt-nup.pdf target

parent f2e58d63
No related branches found
No related tags found
No related merge requests found
...@@ -5,11 +5,14 @@ report.pdf: $(TEX_SOURCES) references.bib ...@@ -5,11 +5,14 @@ report.pdf: $(TEX_SOURCES) references.bib
biber report biber report
pdflatex report.tex pdflatex report.tex
report-nup.pdf: report.pdf
pdfnup report.pdf
view: report.pdf view: report.pdf
mupdf $< mupdf $<
clean: clean:
rm -f report.pdf rm -f report.pdf report-nup.pdf
rm -f *.aux *.bbl *.blg *.dvi *.log *.pdf *.out rm -f *.aux *.bbl *.blg *.dvi *.log *.pdf *.out
rm -f *.bcf *.run.xml rm -f *.bcf *.run.xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment