Building the docs configured with "./waf configure --pdf" to generate the PDFs produced the following error:
Build failed -> missing file: '/home/marcal/development/rtems-docs/build/eng/latex/eng.tex' and the PDFs were not produced because the error aborted the build. This is because the name in eng/conf.py didn't match with the folder name. --- eng/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/conf.py b/eng/conf.py index a4da3ff..d44e8b7 100644 --- a/eng/conf.py +++ b/eng/conf.py @@ -7,7 +7,7 @@ project = "RTEMS Software Engineering Handbook" latex_documents = [ ('index', - 'software-engineering-handbook.tex', + 'eng.tex', u'RTEMS Software Engineering Handbook', u'RTEMS Documentation Project', 'manual'), -- 2.17.1 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel