Don't hide output of latexmk
This commit is contained in:
parent
2ad54cd571
commit
8fde423eac
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue