From 6a6168b4a5235ce74053a3319a4e30c0ded54c61 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 16 Aug 2017 12:29:53 +0200 Subject: [PATCH] Change the path of the default asciidoctor-pdf --- tools/gen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gen.sh b/tools/gen.sh index b12d674..f10b3d5 100644 --- a/tools/gen.sh +++ b/tools/gen.sh @@ -1,6 +1,6 @@ python3 machinetag.py -a >a.txt asciidoctor a.txt -~/git/asciidoctor-pdf/bin/asciidoctor-pdf -a allow-uri-read a.txt +asciidoctor-pdf -a allow-uri-read a.txt cp a.html ../../misp-website/taxonomies.html cp a.pdf ../../misp-website/taxonomies.pdf scp a.html circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-taxonomies/index.html