From f71e8088890f18b4bf07015ba8b75100d35c2484 Mon Sep 17 00:00:00 2001 From: Jan Klemkow Date: Mon, 12 Nov 2012 07:45:18 +0100 Subject: Add internet updload script in Makefile. --- doc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index b5d0c24..1e8882b 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,7 +1,7 @@ IMAGES!=ls image/*.dia DELFILES!=find . \( -name '*.svg' -o -name '*.html' \) -.PHONY: all images +.PHONY: all images up all: images presentation.html .for f in ${IMAGES} @@ -16,3 +16,6 @@ presentation.html: presentation.asciidoc clean: rm -f ${DELFILES} + +up: all + scp -r image presentation.html klemkow.net:www/wbs -- cgit