From: Timo Mueller <timo.muel...@bmw-carit.de> After successful generation the eclipse help files and the table of contents of each manual are copied to the user.doc plugin.
Signed-off-by: Timo Mueller <timo.muel...@bmw-carit.de> --- scripts/generate-doc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/generate-doc.sh b/scripts/generate-doc.sh index 7152d6f..588638c 100755 --- a/scripts/generate-doc.sh +++ b/scripts/generate-doc.sh @@ -78,6 +78,8 @@ fi for DOC in ${DOCS}; do make DOC=${DOC} eclipse + cp -rf ${DOC}/eclipse/html/* ${DOC_HTML_DIR} + cp -f ${DOC}/eclipse/${DOC}-toc.xml ${DOC_HTML_DIR} done sed -e "s/@.*@/${COMMIT_ID}/" < ${DOC_PLUGIN_DIR}/about.html.in > ${DOC_PLUGIN_DIR}/about.html -- 1.7.11.7 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto