X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=manual%2Fgenerate;h=c6336ee888ed377695e207c1a7089f879c6a0ffc;hp=19d1ca30879e08a0ab76b08fc20e295cd5ad2afb;hb=f2f536aa7be21d7d9afdfd3363adb1cd037b0dac;hpb=1894027b98640702a5229c4168c586df5f83a3af 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"