[rtems-docs commit] posix-compliance: Fix the pdflatex file created by Sphinx.
Chris Johns
chrisj at rtems.org
Fri Oct 13 04:32:35 UTC 2017
Module: rtems-docs
Branch: master
Commit: 55fcfaa4c2643fe31a572c9bb66f5132089b1a83
Changeset: http://git.rtems.org/rtems-docs/commit/?id=55fcfaa4c2643fe31a572c9bb66f5132089b1a83
Author: Chris Johns <chrisj at rtems.org>
Date: Thu Oct 12 21:31:50 2017 -0700
posix-compliance: Fix the pdflatex file created by Sphinx.
---
posix-compliance/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/posix-compliance/conf.py b/posix-compliance/conf.py
index aa80321..2a7faee 100644
--- a/posix-compliance/conf.py
+++ b/posix-compliance/conf.py
@@ -7,7 +7,7 @@ project = "RTEMS POSIX 1003.1 Compliance Guide"
latex_documents = [
('index',
- 'rtems-posix1003-compliance.tex',
+ 'posix-compliance.tex',
u'RTEMS POSIX 1003.1 Compliance Guide',
u'RTEMS Documentation Project',
'manual'),
More information about the vc
mailing list