Clean up and review of Networking User Guide.

This commit is contained in:
Chris Johns
2016-04-11 13:53:58 +10:00
committed by Amar Takhar
parent ea0777e4ee
commit b41203897a
9 changed files with 1112 additions and 1183 deletions

View File

@@ -3,10 +3,11 @@ sys.path.append(os.path.abspath('../common/'))
from conf import *
version = '1.0'
release = '5.0'
version = '4.11.0'
release = '4.11.0'
project = "RTEMS Networking User Manual"
latex_documents = [
('index', 'networking.tex', u'RTEMS Networking Documentation', u'RTEMS Documentation Project', 'manual'),
('index', 'networking.tex', u'RTEMS Networking User Documentation', u'RTEMS Documentation Project', 'manual'),
]