Documentation generator added

pull/81/head
Alexandre Dulaunoy 2017-08-16 12:02:23 +02:00
parent 6db14fe646
commit 27609fe29a
1 changed files with 7 additions and 0 deletions

7
tools/gen.sh Normal file
View File

@ -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