Makefile: fix make watch

This commit is contained in:
Jörg Thalheim 2014-03-29 10:10:25 +01:00
parent fc6df7bb49
commit 9dd62a7b3c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ bericht.pdf: $(TEX_FILES) $(wildcard bilder/*) iozone
watch: .inotifywait
echo "Abort with Ctrl+C"
while (true); do\
inotifywait -e MOVE_SELF -e "modify" abschnitte/*.tex bilder/* bericht.tex;\
inotifywait -e modify -r . ;\
latexmk -pdf bericht.tex; \
done