diff options
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/Makefile b/doc/Makefile deleted file mode 100644 index 1e8882b..0000000 --- a/doc/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -IMAGES!=ls image/*.dia -DELFILES!=find . \( -name '*.svg' -o -name '*.html' \) - -.PHONY: all images up -all: images presentation.html - -.for f in ${IMAGES} -${f:S/.dia$/.svg/}: - @dia --export=$@ --filter=svg $f -.endfor - -images: ${IMAGES:S/.dia$/.svg/} - -presentation.html: presentation.asciidoc - asciidoc -b slidy presentation.asciidoc - -clean: - rm -f ${DELFILES} - -up: all - scp -r image presentation.html klemkow.net:www/wbs |