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

Removed useless line from make rules.

parent df37ebb2
No related branches found
No related tags found
No related merge requests found
report=report report=report
.PHONY: docs
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
...@@ -9,7 +11,6 @@ $(b)%.pdf: $(d)%.tex ...@@ -9,7 +11,6 @@ $(b)%.pdf: $(d)%.tex
-output-directory "../`dirname $@`" `basename $^` -output-directory "../`dirname $@`" `basename $^`
$(b)$(report).bbl: $(d)$(report).bib $(b)$(report).bbl: $(d)$(report).bib
mkdir -p `dirname $@`
cp $(d)$(report).bib $(b)$(report).bib cp $(d)$(report).bib $(b)$(report).bib
cd $(b); bibtex8 $(report).aux cd $(b); bibtex8 $(report).aux
cd $(d); \ cd $(d); \
...@@ -17,5 +18,3 @@ $(b)$(report).bbl: $(d)$(report).bib ...@@ -17,5 +18,3 @@ $(b)$(report).bbl: $(d)$(report).bib
-output-directory "../`dirname $@`" $(report).tex; \ -output-directory "../`dirname $@`" $(report).tex; \
pdflatex -halt-on-error -interaction=nonstopmode \ pdflatex -halt-on-error -interaction=nonstopmode \
-output-directory "../`dirname $@`" $(report).tex -output-directory "../`dirname $@`" $(report).tex
.PHONY: docs
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