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

Added 'upload' make target for report.

parent 4e493e3c
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ LATEX = TEXINPUTS=$(d):$(b): pdflatex -halt-on-error -interaction=nonstopmode \
-output-directory $(@D) -shell-escape
REF_WARNING := "Rerun to get cross-references right"
.PHONY: docs bibclean
.PHONY: docs bibclean upload
docs: $(b)$(REPORT).pdf $(b)proposal.pdf $(b)presentation.pdf \
$(b)$(PRESENTATION).pdf
......@@ -30,5 +30,11 @@ $(b)$(REPORT).bbl: $(d)$(REPORT).bib
$(LATEX) $(^:.bib=.tex)
$(LATEX) $(^:.bib=.tex)
upload: $(b)upload
$(b)upload: $(b)$(REPORT).pdf
scp $^ mv:tk.nl
touch $@
bibclean:
rm -f $(d)report.bib~*
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