From 3e4fc6d9b3f40671bd8222c7fdd69bf08d0ae6e9 Mon Sep 17 00:00:00 2001 From: Joshua Moerman Date: Sun, 28 Apr 2013 18:26:52 +0200 Subject: [PATCH] Make: renamed symbole file --- make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make b/make index e24202d..5c4b599 100755 --- a/make +++ b/make @@ -11,9 +11,9 @@ Presentation) pdflatex "../presentation/presentation.tex" || exit 1 ;; Symbols) pdflatex "../thesis/symbols.tex" || exit 1 pdflatex "../thesis/symbols.tex" || exit 1 - scp symbols.pdf moerman@stitch.science.ru.nl:~/thesissymbols.pdf - ssh moerman@stitch.science.ru.nl 'pdf2svg thesissymbols.pdf thesissymbols.svg' - scp moerman@stitch.science.ru.nl:~/thesissymbols.svg ../ + scp symbols.pdf moerman@stitch.science.ru.nl:~/symbols.pdf + ssh moerman@stitch.science.ru.nl 'pdf2svg symbols.pdf symbols.svg' + scp moerman@stitch.science.ru.nl:~/symbols.svg ../ ;; Thesis) pdflatex "../thesis/DoldKan.tex" || exit 1 pdflatex "../thesis/DoldKan.tex" || exit 1