Merge "jjb; fix doc builder to accept `'` in title"
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Thu, 26 Nov 2015 16:29:33 +0000 (16:29 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Thu, 26 Nov 2015 16:29:33 +0000 (16:29 +0000)
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"