From 76c2ffa4a13bf05b2ec08ccfdc49574d0f5102a5 Mon Sep 17 00:00:00 2001 From: Jan Klemkow Date: Tue, 8 Jan 2013 18:08:45 +0100 Subject: Modify upstream section in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 30f5007..ab0fde1 100644 --- a/Makefile +++ b/Makefile @@ -26,8 +26,8 @@ document.pdf: document.asciidoc sksys.sty .dia.svg: @dia --export=$@ --filter=svg $< -up: document.html - scp document.html presentation.html klemkow.net:www +up: document.html presentation.html + scp -r document.html presentation.html image klemkow.net:www clean: rm -f document.html presentation.html ${GenSVG} -- cgit