Skip to content
Snippets Groups Projects
Commit 97fa1775 authored by Jan Wille's avatar Jan Wille
Browse files

option für input-dir gefunden

parent a6b02232
No related branches found
No related tags found
2 merge requests!6Development,!5Development
...@@ -10,12 +10,14 @@ export TEXINPUTS:=.\src ...@@ -10,12 +10,14 @@ export TEXINPUTS:=.\src
pdf: $(NAME).tex pdf: $(NAME).tex
$(PDF) -synctex=1 -interaction=nonstopmode -file-line-error --output-directory=$(OUTDIR) $(NAME).tex $(PDF) -synctex=1 -interaction=nonstopmode -file-line-error -include-directory=.\src -output-directory=$(OUTDIR) $(NAME).tex
move $(OUTDIR)\$(NAME).pdf .\
clean: tidy clean: tidy
if exist $(OUTDIR)\$(NAME).pdf del $(OUTDIR)\$(NAME).pdf if exist $(OUTDIR)\$(NAME).pdf del $(OUTDIR)\$(NAME).pdf
if exist $(OUTDIR) rmdir $(OUTDIR) if exist $(OUTDIR) rmdir $(OUTDIR)
if exist $(NAME).pdf del $(NAME).pdf
tidy: tidy:
if exist $(OUTDIR)\$(NAME).aux del $(OUTDIR)\$(NAME).aux if exist $(OUTDIR)\$(NAME).aux del $(OUTDIR)\$(NAME).aux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment