aboutsummaryrefslogtreecommitdiffstats
path: root/gendocs.sh
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-06-20 08:14:13 +0000
committerRomain Forlot <romain.forlot@iot.bzh>2017-06-20 08:14:13 +0000
commitea93c706cfefebb98e44f9d85792356445659408 (patch)
tree8acd10e80e70c8b35f07b51526b79d598090f182 /gendocs.sh
parentc70baaeb249f0e1dc5c9e14344e60afe68d64698 (diff)
Adjust version to AGL and update documentation
Change-Id: I0e6501ce6cc56731f004804f8654bc9d15204cd6 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'gendocs.sh')
-rwxr-xr-xgendocs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gendocs.sh b/gendocs.sh
index a0f6e5c..4546b5a 100755
--- a/gendocs.sh
+++ b/gendocs.sh
@@ -57,7 +57,7 @@ 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
- OUTFILE=$OUT_DIR/LowLevelCanBinding_Guide.pdf
+ OUTFILE=$OUT_DIR/HighLevelCanBinding_Guide.pdf
$DRY $GITBOOK pdf $ROOTDIR $OUTFILE $DEBUG_FLAG
[ "$?" = "0" ] && echo "PDF has been successfully generated in $OUTFILE"
else