From 27609fe29aa07e563cd519a315157aa96112036d Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 16 Aug 2017 12:02:23 +0200 Subject: [PATCH] Documentation generator added --- tools/gen.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools/gen.sh diff --git a/tools/gen.sh b/tools/gen.sh new file mode 100644 index 0000000..eabcd63 --- /dev/null +++ b/tools/gen.sh @@ -0,0 +1,7 @@ +python3 adoc_galaxy.py >a.txt +asciidoctor a.txt +~/git/asciidoctor-pdf/bin/asciidoctor-pdf -a allow-uri-read a.txt +cp a.html ../../misp-website/galaxy.html +cp a.pdf ../../misp-website/galaxy.pdf +scp a.html circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-galaxy/index.html +scp a.pdf circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-galaxy/galaxy.pdf