jjb; fix doc builder to accept `'` in title 75/3675/1
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Thu, 26 Nov 2015 16:28:20 +0000 (01:28 +0900)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Thu, 26 Nov 2015 16:28:20 +0000 (01:28 +0900)
Change-Id: I4930a3acfecde4deaa2b5db0d8a64df365c1f8c0
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
jjb/releng-macros.yaml

index 51a6ba6..3afe848 100644 (file)
                 if [[ ! -f "$dir/conf.py" ]] ; then
                     cp releng/docs/etc/conf.py "$dir/conf.py"
                     _title=$(cd $dir; python -c "$_get_title_script")
-                    echo "latex_documents = [('index', '$_name.tex', '$_title', 'OPNFV', 'manual'),]" >> "$dir/conf.py"
+                    echo "latex_documents = [('index', '$_name.tex', \"$_title\", 'OPNFV', 'manual'),]" >> "$dir/conf.py"
                 fi
                 cp -f releng/docs/etc/opnfv-logo.png "$dir/opnfv-logo.png"