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

13
posix-users/conf.py Normal file
View File

@@ -0,0 +1,13 @@
import sys, os
sys.path.append(os.path.abspath('../common/'))
from conf import *
version = '4.11.0'
release = '4.11.0'
project = "RTEMS POSIX User Manual"
latex_documents = [
('index', 'posix-users.tex', u'RTEMS POSIX API User\'s Guide', u'RTEMS Documentation Project', 'manual'),
]