diff options
author | Jan Klemkow <j.klemkow@wemelug.de> | 2012-11-12 07:45:18 +0100 |
---|---|---|
committer | Jan Klemkow <j.klemkow@wemelug.de> | 2012-11-12 07:45:56 +0100 |
commit | f71e8088890f18b4bf07015ba8b75100d35c2484 (patch) | |
tree | 60a954a9850db5da7298fb348c351e4168e6079b /doc/Makefile | |
parent | 962b42b7a3ab20a90da859f361f1694649f22f5b (diff) | |
download | wbs-f71e8088890f18b4bf07015ba8b75100d35c2484.tar.gz wbs-f71e8088890f18b4bf07015ba8b75100d35c2484.tar.bz2 wbs-f71e8088890f18b4bf07015ba8b75100d35c2484.zip |
Add internet updload script in Makefile.
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 5 |
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 |