diff options
author | Roy Seitz <roy.seitz@ost.ch> | 2021-07-05 14:13:06 +0200 |
---|---|---|
committer | Roy Seitz <roy.seitz@ost.ch> | 2021-07-05 14:16:03 +0200 |
commit | f214039800ed44145fe2763269760cf551686827 (patch) | |
tree | 6b6184fa93e465a0a71cec5529513320f455e12e /buch/Makefile | |
parent | add example (diff) | |
download | SeminarMatrizen-f214039800ed44145fe2763269760cf551686827.tar.gz SeminarMatrizen-f214039800ed44145fe2763269760cf551686827.zip |
Only include buch.ind if it exists.
Diffstat (limited to '')
-rwxr-xr-x | buch/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/buch/Makefile b/buch/Makefile index 1cd50dd..b83c72a 100755 --- a/buch/Makefile +++ b/buch/Makefile @@ -19,7 +19,6 @@ buch.pdf: buch.tex $(TEXFILES) buch.ind $(BLXFILES) bibtex buch buch.idx: buch.tex $(TEXFILES) images - touch buch.ind pdflatex buch.tex buch.ind: buch.idx |