diff options
author | michael-OST <75078383+michael-OST@users.noreply.github.com> | 2021-07-14 17:02:04 +0200 |
---|---|---|
committer | michael-OST <75078383+michael-OST@users.noreply.github.com> | 2021-07-14 17:02:04 +0200 |
commit | 6a001bdeac9a2a6794c42dbf8e8b87a90bd7c19e (patch) | |
tree | 78d122b6874d4e77fd499a1793e0a9951b5e6081 /buch/Makefile | |
parent | various chapters updated, zusammenfassung filld with content (diff) | |
parent | Name angepasst (diff) | |
download | SeminarMatrizen-6a001bdeac9a2a6794c42dbf8e8b87a90bd7c19e.tar.gz SeminarMatrizen-6a001bdeac9a2a6794c42dbf8e8b87a90bd7c19e.zip |
Merge branch 'master' of https://github.com/michael-OST/SeminarMatrizen
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 |