diff options
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 |