source: rtems-docs/cpu-supplement/conf.py @ 3a58bff

4.115
Last change on this file since 3a58bff was 72a62ad, checked in by Chris Johns <chrisj@…>, on 11/03/16 at 05:58:08

Rename all manuals with an _ to have a -. It helps released naming of files.

  • Property mode set to 100644
File size: 253 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', 'cpu-supplement.tex', u'RTEMS CPU Supplement Documentation', u'RTEMS Documentation Project', 'manual'),
11]
Note: See TracBrowser for help on using the repository browser.