Makefile: fix make watch
This commit is contained in:
parent
fc6df7bb49
commit
9dd62a7b3c
@ -16,7 +16,7 @@ bericht.pdf: $(TEX_FILES) $(wildcard bilder/*) iozone
|
|||||||
watch: .inotifywait
|
watch: .inotifywait
|
||||||
echo "Abort with Ctrl+C"
|
echo "Abort with Ctrl+C"
|
||||||
while (true); do\
|
while (true); do\
|
||||||
inotifywait -e MOVE_SELF -e "modify" abschnitte/*.tex bilder/* bericht.tex;\
|
inotifywait -e modify -r . ;\
|
||||||
latexmk -pdf bericht.tex; \
|
latexmk -pdf bericht.tex; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user