source: rtems-docs/filesystem/conf.py @ 9b5801a

4.115
Last change on this file since 9b5801a was 9b5801a, checked in by Amar Takhar <amar@…>, on 01/19/16 at 05:27:45

Add PDF generation support use with --pdf

  • Property mode set to 100644
File size: 246 bytes
Line 
1import sys, os
2sys.path.append(os.path.abspath('../common/'))
3
4from conf import *
5
6version = '1.0'
7release = '5.0'
8
9latex_documents = [
10        ('index', 'filesystem.tex', u'RTEMS Filesystem Documentation', u'RTEMS Documentation Project', 'manual'),
11]
12
Note: See TracBrowser for help on using the repository browser.