aboutsummaryrefslogtreecommitdiffstats
path: root/gendocs.sh
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2017-03-21 23:35:49 +0100
committerStephane Desneux <stephane.desneux@iot.bzh>2017-03-21 23:35:49 +0100
commitaec5f7ddb8f9931e4a65b49949e518c40eda6507 (patch)
tree3d17b7ab39c253c321919b4aad840a7ed5108b78 /gendocs.sh
parent2d67ef7081d7ca0e9df375b1d9e938ce50332afa (diff)
docs: fix Installation guide
Change-Id: Ibd16454f0cbc7f2a3e17f8cf0580174de3df87e3 Signed-off-by: Stephane Desneux <stephane.desneux@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 9d9b74a..078fb95 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
- $DRY $GITBOOK pdf $ROOTDIR $OUT_DIR/LowLevelCanBinder_Guide.pdf $DEBUG_FLAG
+ $DRY $GITBOOK pdf $ROOTDIR $OUT_DIR/LowLevelCanBinding_Guide.pdf $DEBUG_FLAG
else
$DRY $GITBOOK serve $DEBUG_FLAG
fi