Commit 250eb867 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Added presentation to 'upload' make target.

parent 32a6ee7d
...@@ -30,11 +30,13 @@ $(b)$(REPORT).bbl: $(d)$(REPORT).bib ...@@ -30,11 +30,13 @@ $(b)$(REPORT).bbl: $(d)$(REPORT).bib
$(LATEX) $(^:.bib=.tex) $(LATEX) $(^:.bib=.tex)
$(LATEX) $(^:.bib=.tex) $(LATEX) $(^:.bib=.tex)
upload: $(b)upload upload: $(b)upload_$(REPORT) $(b)upload_$(PRESENTATION)
$(b)upload: $(b)$(REPORT).pdf $(b)upload_$(PRESENTATION): $(b)$(PRESENTATION).pdf
scp $^ mv:tk.nl scp $^ mv:tk.nl && touch $@
touch $@
$(b)upload_$(REPORT): $(b)$(REPORT).pdf
scp $^ mv:tk.nl && touch $@
bibclean: bibclean:
rm -f $(d)report.bib~* rm -f $(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