Commit 60e177f3 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Reset old make rules because the new ones didn't work too well.

parent 41f11530
...@@ -18,9 +18,9 @@ $(b)%.pdf: $(d)%.tex ...@@ -18,9 +18,9 @@ $(b)%.pdf: $(d)%.tex
$(LATEX) $^; \ $(LATEX) $^; \
done done
$(b)$(REPORT).pdf: $(d)$(DIAGRAMS).tex $(b)$(REPORT).bbl $(b)$(REPORT).pdf: $(d)$(DIAGRAMS).tex
$(b)$(REPORT).bbl: $(d)$(REPORT).bib $(b)$(REPORT).bbl: $(d)$(REPORT).bib
BIBINPUTS=$(d) bibtex8 $(@:.bbl=.aux) BIBINPUTS=$(d) bibtex8 $(@:.bbl=.aux)
$(LATEX) $(d)$(REPORT).tex $(LATEX) $(^:.bib=.tex)
$(LATEX) $(d)$(REPORT).tex $(LATEX) $(^:.bib=.tex)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment