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
...@@ -8,7 +8,7 @@ REF_WARNING := "Rerun to get cross-references right" ...@@ -8,7 +8,7 @@ REF_WARNING := "Rerun to get cross-references right"
docs: report $(b)proposal.pdf $(b)presentation.pdf docs: report $(b)proposal.pdf $(b)presentation.pdf
report: $(b)$(REPORT).pdf $(b)$(REPORT).bbl report: $(b)$(REPORT).pdf $(b)$(REPORT).bbl
$(b)%.pdf: $(d)%.tex $(b)%.pdf: $(d)%.tex
mkdir -p $(@D) mkdir -p $(@D)
...@@ -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