Fixed structure of regression files
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
BASENAME=linear_regression
|
||||
BASENAME=regression
|
||||
PYFILES=$(wildcard *.py)
|
||||
PYPDFFILES=$(PYFILES:.py=.pdf)
|
||||
|
||||
pdf : $(BASENAME).pdf $(PYPDFFILES)
|
||||
|
||||
$(BASENAME).pdf : $(BASENAME).tex
|
||||
$(BASENAME).pdf : $(BASENAME)-chapter.tex
|
||||
pdflatex -interaction=scrollmode $< | tee /dev/stderr | fgrep -q "Rerun to get cross-references right" && pdflatex -interaction=scrollmode $< || true
|
||||
|
||||
$(PYPDFFILES) : %.pdf : %.py
|
||||
|
||||
Reference in New Issue
Block a user