X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=manual%2Fgenerate;h=c6336ee888ed377695e207c1a7089f879c6a0ffc;hp=19d1ca30879e08a0ab76b08fc20e295cd5ad2afb;hb=fa7359bc55fa3af11602db12347426cb4ae902fa;hpb=f1a79caedd1a0b1b3a9b8d4c889147570f7627f1 diff --git a/manual/generate b/manual/generate index 19d1ca30..c6336ee8 100755 --- a/manual/generate +++ b/manual/generate @@ -23,6 +23,6 @@ asciidoctor -a stylesheet=readthedocs.css -a stylesdir=asciidoctor-stylesheet-fa echo " --> pulseview_manual.html OK" # Run asciidoctor-pdf only if it can be found in $PATH -#echo "Trying to generate PDF output..." -#type asciidoctor-pdf && asciidoctor-pdf -a stylesheet=readthedocs.css -a stylesdir=asciidoctor-stylesheet-factory/stylesheets pulseview_manual.txt || exit -#echo " --> pulseview_manual.pdf OK" +echo "Trying to generate PDF output..." +type asciidoctor-pdf && asciidoctor-pdf -a stylesheet=readthedocs.css -a stylesdir=asciidoctor-stylesheet-factory/stylesheets pulseview_manual.txt || exit +echo " --> pulseview_manual.pdf OK"