summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Klemkow <j.klemkow@wemelug.de>2012-11-12 07:45:18 +0100
committerJan Klemkow <j.klemkow@wemelug.de>2012-11-12 07:45:56 +0100
commitf71e8088890f18b4bf07015ba8b75100d35c2484 (patch)
tree60a954a9850db5da7298fb348c351e4168e6079b
parent962b42b7a3ab20a90da859f361f1694649f22f5b (diff)
downloadwbs-f71e8088890f18b4bf07015ba8b75100d35c2484.tar.gz
wbs-f71e8088890f18b4bf07015ba8b75100d35c2484.tar.bz2
wbs-f71e8088890f18b4bf07015ba8b75100d35c2484.zip
Add internet updload script in Makefile.
-rw-r--r--doc/Makefile5
1 files changed, 4 insertions, 1 deletions
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