summaryrefslogtreecommitdiffstats
path: root/jjb/releng-macros.yaml
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2015-11-26 20:24:56 +0900
committerRyota MIBU <r-mibu@cq.jp.nec.com>2015-11-26 20:26:05 +0900
commit42db505c97fe9525d3a9aa67f5b79923e3723a28 (patch)
tree1d30e31be6e46d44fa299808e8788d56ed8dd247 /jjb/releng-macros.yaml
parent2ea0acb61e3ff686af94194fa5c4f7475d8d1f89 (diff)
jjb: fix doc build to support multiple depth of dirs
JIRA: RELENG-16 Change-Id: I86293f9b79c083f286f9036a3137465513e92d17 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'jjb/releng-macros.yaml')
-rw-r--r--jjb/releng-macros.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml
index a36f134b5..5ef8a170e 100644
--- a/jjb/releng-macros.yaml
+++ b/jjb/releng-macros.yaml
@@ -187,6 +187,7 @@
_title=$(cd $dir; python -c "$_get_title_script")
echo "latex_documents = [('index', '$_name.tex', '$_title', 'OPNFV', 'manual'),]" >> "$dir/conf.py"
fi
+ cp -f "docs/etc/opnfv-logo.png" "$dir/opnfv-logo.png"
mkdir -p "$_output"