Add PDF generation support use with --pdf

This commit is contained in:
Amar Takhar
2016-01-19 00:27:45 -05:00
committed by Amar Takhar
parent 0abc59dffc
commit 9b5801a6e6
27 changed files with 119 additions and 83 deletions

12
c_user/conf.py Normal file
View File

@@ -0,0 +1,12 @@
import sys, os
sys.path.append(os.path.abspath('../common/'))
from conf import *
version = '1.0'
release = '5.0'
latex_documents = [
('index', 'c_user.tex', u'RTEMS C User Documentation', u'RTEMS Documentation Project', 'manual'),
]