mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-17 02:46:30 +08:00
Update version numbers and the titles.
This commit is contained in:
@@ -3,10 +3,11 @@ sys.path.append(os.path.abspath('../common/'))
|
|||||||
|
|
||||||
from conf import *
|
from conf import *
|
||||||
|
|
||||||
version = '1.0'
|
version = '4.11.0'
|
||||||
release = '5.0'
|
release = '4.11.0'
|
||||||
|
|
||||||
|
project = "RTEMS C User Manual"
|
||||||
|
|
||||||
latex_documents = [
|
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'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@@ -3,9 +3,11 @@ sys.path.append(os.path.abspath('../common/'))
|
|||||||
|
|
||||||
from conf import *
|
from conf import *
|
||||||
|
|
||||||
version = '1.0'
|
version = '4.11.0'
|
||||||
release = '4.11.0'
|
release = '4.11.0'
|
||||||
|
|
||||||
|
project = "RTEMS POSIX User Manual"
|
||||||
|
|
||||||
latex_documents = [
|
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'),
|
||||||
]
|
]
|
||||||
|
@@ -3,10 +3,11 @@ sys.path.append(os.path.abspath('../common/'))
|
|||||||
|
|
||||||
from conf import *
|
from conf import *
|
||||||
|
|
||||||
version = '1.0'
|
version = '4.11.0'
|
||||||
release = '5.0'
|
release = '4.11.0'
|
||||||
|
|
||||||
|
project = "RTEMS Shell Manual"
|
||||||
|
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'shell.tex', u'RTEMS Shell Documentation', u'RTEMS Documentation Project', 'manual'),
|
('index', 'shell.tex', u'RTEMS Shell Documentation', u'RTEMS Documentation Project', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user