[PATCH] rtems-docs/eng/conf.py: Fix bug
Marçal Comajoan Cara
mcomajoancara at gmail.com
Sun Dec 2 14:21:34 UTC 2018
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
More information about the devel
mailing list