diff options
author | Nao Pross <np@0hm.ch> | 2021-07-12 11:08:25 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-07-12 11:08:25 +0200 |
commit | a8f63b6f417f8514c622bdffc85378029c9db514 (patch) | |
tree | 02ce1b49c5652e851647567aa31e5dc095d07988 /buch/Makefile | |
parent | Fix typos and add TODOs (diff) | |
parent | Titel für Arbeit über Punktgruppen (diff) | |
download | SeminarMatrizen-a8f63b6f417f8514c622bdffc85378029c9db514.tar.gz SeminarMatrizen-a8f63b6f417f8514c622bdffc85378029c9db514.zip |
Merge remote-tracking branch 'upstream/master'
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 |