Skip to content
Snippets Groups Projects
Commit 60e177f3 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

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

parent 41f11530
No related branches found
No related tags found
No related merge requests found
...@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment