From a62d15d99d857e7b6df85729d73dc6eaea6f73d7 Mon Sep 17 00:00:00 2001 From: Francis Russell Date: Wed, 5 Mar 2014 23:09:59 +0000 Subject: [PATCH] Change PDF upload location. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 958b0aa..55285a7 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ display-4up: presentation-4up.pdf presentation-4up.pdf: presentation.pdf pdfnup --nup 2x2 --a4paper --scale 0.95 --frame true presentation.pdf -o presentation-4up.pdf -presentation.pdf: $(IMAGE_FILES) $(SVG_OUTPUTS) $(CODE_TEX_FILES) $(CODE_RAW_FILES) $(DOT_TEX_FILES) $(GNUPLOT_FOLDER_BUILD_STAMP) $(wildcard *.tex *.sty) pygments.sty +presentation.pdf: $(IMAGE_FILES) $(SVG_OUTPUTS) $(CODE_TEX_FILES) $(CODE_RAW_FILES) $(DOT_TEX_FILES) $(GNUPLOT_FOLDER_BUILD_STAMP) $(wildcard *.tex *.sty) pygments.sty pdflatex -draftmode presentation &&\ while(pdflatex presentation | tee $(PDFLATEX_OUTPUT_LOG) && grep "Rerun to get cross-references right" $(PDFLATEX_OUTPUT_LOG)); do true; done &&\ rm -f $(PDFLATEX_OUTPUT_LOG) @@ -55,7 +55,7 @@ clean: pygments.sty upload: presentation.pdf - rsync -C --progress presentation.pdf shell3.doc.ic.ac.uk:~/public_html/psl_presentation_201306.pdf + rsync -C --progress presentation.pdf shell3.doc.ic.ac.uk:~/public_html/psl/presentation_201306.pdf %.pdf: %.svg inkscape -D -A $@ $< -- 2.47.3