From 9dd62a7b3cabbf371e9850f71247fa006edd68d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 29 Mar 2014 10:10:25 +0100 Subject: [PATCH] Makefile: fix make watch --- bericht/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bericht/Makefile b/bericht/Makefile index 47cc9d8..4a3ddbf 100644 --- a/bericht/Makefile +++ b/bericht/Makefile @@ -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