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

This commit is contained in:
Chris Johns
2016-11-03 16:58:08 +11:00
parent 6207c37d9c
commit 72a62ad88f
139 changed files with 9 additions and 11 deletions

11
cpu-supplement/conf.py Normal file
View File

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