summaryrefslogtreecommitdiffstats
path: root/jjb/releng-macros.yaml
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2015-11-27 01:28:20 +0900
committerRyota MIBU <r-mibu@cq.jp.nec.com>2015-11-27 01:28:20 +0900
commit131b9e34813fb4d6bc1c8ff678a8fc63fb08ee8f (patch)
tree0964a5aea04464a9dcc4341d4e731afebb00137c /jjb/releng-macros.yaml
parentb928202fec472c218d8a9478783f3d4d11a7d740 (diff)
jjb; fix doc builder to accept `'` in title
Change-Id: I4930a3acfecde4deaa2b5db0d8a64df365c1f8c0 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'jjb/releng-macros.yaml')
-rw-r--r--jjb/releng-macros.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml
index 51a6ba60b..3afe8482a 100644
--- a/jjb/releng-macros.yaml
+++ b/jjb/releng-macros.yaml
@@ -195,7 +195,7 @@
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"