]> git.unchartedbackwaters.co.uk Git - francis/psl_presentation_20130611.git/commitdiff
Change PDF upload location.
authorFrancis Russell <francis@unchartedbackwaters.co.uk>
Wed, 5 Mar 2014 23:09:59 +0000 (23:09 +0000)
committerFrancis Russell <francis@unchartedbackwaters.co.uk>
Wed, 5 Mar 2014 23:09:59 +0000 (23:09 +0000)
Makefile

index 958b0aa04039cf1a556b0f00ab56a5601a55bf25..55285a7995da8463d943586729fadb6955219071 100644 (file)
--- 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 $@ $<