user: Add RSB content as a chapter

Remove the separate RSB manual.
This commit is contained in:
Sebastian Huber 2019-01-11 10:20:08 +01:00
parent 1cb70df939
commit 60ed99d2b0
14 changed files with 33 additions and 81 deletions

View File

@ -1,14 +0,0 @@
import sys, os
sys.path.append(os.path.abspath('../common/'))
from conf import *
project = "RTEMS Source Builder"
latex_documents = [
('index',
'rsb.tex',
u'RTEMS Source Builder',
u'RTEMS Documentation Project',
'manual'),
]

View File

@ -1,40 +0,0 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
.. comment Heading
.. comment 1 ======
.. comment 2 ------
.. comment 3 ~~~~~~
.. comment 4 ^^^^^^
.. highlight:: shell
=================================
RTEMS Source Builder (|version|).
=================================
| **COPYRIGHT (c) 2012 - 2015.**
| **Chris Johns <chrisj@rtems.org>**
| **COPYRIGHT (c) 2016-2018.**
| **RTEMS Foundation, The RTEMS Documentation Project**
| **License:**
| Creative Commons Attribution-ShareAlike 4.0 International Public License
| https://creativecommons.org/licenses/by-sa/4.0/legalcode
.. include:: ../common/header.rst
.. toctree::
:maxdepth: 5
:numbered:
source-builder
why-build-from-source.rst
project-sets
cross-canadian-cross
third-party-packages
configuration
commands
bug-reporting
history
* :ref:`genindex`

View File

@ -1,11 +0,0 @@
from sys import path
from os.path import abspath
path.append(abspath('../common/'))
from waf import cmd_configure as configure
from waf import cmd_build as build
from waf import cmd_options as options
from waf import spell
from waf import cmd_spell
from waf import linkcheck
from waf import cmd_linkcheck

View File

@ -6,6 +6,8 @@
RTEMS User Manual (|version|). RTEMS User Manual (|version|).
============================== ==============================
| **COPYRIGHT (c) 2012 - 2015.**
| **Chris Johns <chrisj@rtems.org>**
| **COPYRIGHT (c) 2016-2018.** | **COPYRIGHT (c) 2016-2018.**
| **RTEMS Foundation, The RTEMS Documentation Project** | **RTEMS Foundation, The RTEMS Documentation Project**
@ -34,6 +36,7 @@ RTEMS User Manual (|version|).
tracing/index tracing/index
tools/index tools/index
rsb/index
support/index support/index

View File

@ -2,6 +2,8 @@
.. Copyright (C) 2012, 2016 Chris Johns <chrisj@rtems.org> .. Copyright (C) 2012, 2016 Chris Johns <chrisj@rtems.org>
.. highlight:: shell
RTEMS Source Builder RTEMS Source Builder
==================== ====================
@ -76,3 +78,16 @@ configuration can read the remaining sections.
If you think you have found a problem please see :ref:`Bugs, Crashes, and If you think you have found a problem please see :ref:`Bugs, Crashes, and
Build Failures`. Build Failures`.
.. toctree::
:maxdepth: 5
:numbered:
why-build-from-source.rst
project-sets
cross-canadian-cross
third-party-packages
configuration
commands
bug-reporting
history

View File

@ -10,7 +10,6 @@ import waflib
import waf as docs_waf import waf as docs_waf
build_all = ['user', build_all = ['user',
'rsb',
'c-user', 'c-user',
'bsp-howto', 'bsp-howto',
'posix-users', 'posix-users',