Commit aa445a2b authored by Taddeüs Kroes's avatar Taddeüs Kroes

Finished docs make rules.

parent 4e13a73f
...@@ -7,7 +7,7 @@ PDFLATEX_FLAGS = -halt-on-error -interaction=nonstopmode \ ...@@ -7,7 +7,7 @@ PDFLATEX_FLAGS = -halt-on-error -interaction=nonstopmode \
docs: $(b)proposal.pdf $(b)presentation.pdf $(b)$(REPORT).pdf $(b)$(REPORT).bbl docs: $(b)proposal.pdf $(b)presentation.pdf $(b)$(REPORT).pdf $(b)$(REPORT).bbl
$(b)%.pdf: $(d)%.tex $(b)%.pdf: $(d)%.tex
mkdir -p `dirname $@` mkdir -p $(@D)
TEXINPUTS=$(d): pdflatex ${PDFLATEX_FLAGS} $^ TEXINPUTS=$(d): pdflatex ${PDFLATEX_FLAGS} $^
$(b)$(REPORT).bbl: $(d)$(REPORT).bib $(b)$(REPORT).bbl: $(d)$(REPORT).bib
......
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