X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=gendocs.sh;h=a0f6e5c6fb3bac1accd26972db07099025c90d31;hb=795267e2c409a7c268fe0588ad9739b75def7620;hp=078fb95fa34e01e42721c38589088abd3ae428f1;hpb=aec5f7ddb8f9931e4a65b49949e518c40eda6507;p=apps%2Fagl-service-can-low-level.git diff --git a/gendocs.sh b/gendocs.sh index 078fb95f..a0f6e5c6 100755 --- a/gendocs.sh +++ b/gendocs.sh @@ -57,7 +57,9 @@ if [ "$DO_ACTION" = "pdf" -o "$DO_ACTION" = "serve" ]; then [ "$?" = "1" ] && { echo "You must install calibre first, using: 'sudo apt install calibre' or refer to https://calibre-ebook.com/download"; exit 1; } if [ "$DO_ACTION" = "pdf" ]; then - $DRY $GITBOOK pdf $ROOTDIR $OUT_DIR/LowLevelCanBinding_Guide.pdf $DEBUG_FLAG + OUTFILE=$OUT_DIR/LowLevelCanBinding_Guide.pdf + $DRY $GITBOOK pdf $ROOTDIR $OUTFILE $DEBUG_FLAG + [ "$?" = "0" ] && echo "PDF has been successfully generated in $OUTFILE" else $DRY $GITBOOK serve $DEBUG_FLAG fi