From 6493078b2c1b6b845b5c00596b79c161f28c770d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 31 Oct 2013 11:08:55 +0100 Subject: [PATCH] =?UTF-8?q?Makefile:=20Abh=C3=A4ngikeit=20zu=20anderen=20t?= =?UTF-8?q?ex-Dateien=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bericht/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bericht/Makefile b/bericht/Makefile index 916276c..e004d80 100644 --- a/bericht/Makefile +++ b/bericht/Makefile @@ -4,12 +4,13 @@ ./check_cmds.sh .inotifywait inotifywait %.pdf: %.tex latexmk -pdf $< +bericht.pdf: $(wildcard abschnitte/*.tex) all: .cmd_ok bericht.pdf clean: latexmk -CA watch: .inotifywait echo "Abort with Ctrl+C" while (true); do\ - inotifywait -e MOVE_SELF -e "modify" bericht.tex;\ + inotifywait -e MOVE_SELF -e "modify" abschnitte/*.tex bericht.tex;\ latexmk -pdf bericht.tex; \ done