diff options
Diffstat (limited to 'ue2')
| -rw-r--r-- | ue2/protokoll/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ue2/protokoll/Makefile b/ue2/protokoll/Makefile index 9710778..3acf895 100644 --- a/ue2/protokoll/Makefile +++ b/ue2/protokoll/Makefile | |||
| @@ -14,7 +14,7 @@ tex: | |||
| 14 | @mkdir -p $(TMPDIR) | 14 | @mkdir -p $(TMPDIR) |
| 15 | @$(PDFLATEX) -interaction=nonstopmode -output-directory=$(TMPDIR) $(TEXFILE) | 15 | @$(PDFLATEX) -interaction=nonstopmode -output-directory=$(TMPDIR) $(TEXFILE) |
| 16 | @$(PDFLATEX) -interaction=nonstopmode -output-directory=$(TMPDIR) $(TEXFILE) | 16 | @$(PDFLATEX) -interaction=nonstopmode -output-directory=$(TMPDIR) $(TEXFILE) |
| 17 | @cp -f $(TMPDIR)/$(PDFFILE) ../ | 17 | @cp $(TMPDIR)/$(PDFFILE) ../ |
| 18 | @rm -rf $(TMPDIR) | 18 | @rm -rf $(TMPDIR) |
| 19 | 19 | ||
| 20 | # vim600: noet sw=8 ts=8 | 20 | # vim600: noet sw=8 ts=8 |
