Don't hide output of latexmk

This commit is contained in:
flyingscorpio@arch-desktop 2021-10-25 19:08:19 +02:00
parent 2ad54cd571
commit 8fde423eac

View file

@ -4,7 +4,7 @@ timestamped_file=$(shell date +%Y-%m-%d_%H:%M)
all: snapshot
snapshot: main.tex
@latexmk -pdf main.tex >/dev/null 2>&1
@latexmk -pdf main.tex
@if ! cmp --silent build/main.pdf ${filename}_*.pdf; then \
touch ${filename}_tmp.pdf; \
rm ${filename}*.pdf; \