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

View File

@ -9,5 +9,5 @@ release = '4.11.0'
project = "RTEMS BSP and Device Driver Development Guide"
latex_documents = [
('index', 'bsp_howto.tex', u'RTEMS BSP and Device Driver Development Guide', u'RTEMS Documentation Project', 'manual'),
('index', 'bsp-howto.tex', u'RTEMS BSP and Device Driver Development Guide', u'RTEMS Documentation Project', 'manual'),
]

View File

@ -9,5 +9,5 @@ release = '4.11.0'
project = "RTEMS C User Manual"
latex_documents = [
('index', 'c_user.tex', u'RTEMS C User Documentation', u'RTEMS Documentation Project', 'manual'),
('index', 'c-user.tex', u'RTEMS C User Documentation', u'RTEMS Documentation Project', 'manual'),
]

View File

@ -7,6 +7,5 @@ version = '1.0'
release = '5.0'
latex_documents = [
('index', 'cpu_supplement.tex', u'RTEMS CPU Supplement Documentation', u'RTEMS Documentation Project', 'manual'),
('index', 'cpu-supplement.tex', u'RTEMS CPU Supplement Documentation', u'RTEMS Documentation Project', 'manual'),
]

View File

@ -9,5 +9,5 @@ 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'),
('index', 'posix-users.tex', u'RTEMS POSIX API User\'s Guide', u'RTEMS Documentation Project', 'manual'),
]

Some files were not shown because too many files have changed in this diff Show More