mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-04 11:24:03 +08:00
user: Add RSB content as a chapter
Remove the separate RSB manual.
This commit is contained in:
parent
1cb70df939
commit
60ed99d2b0
14
rsb/conf.py
14
rsb/conf.py
@ -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'),
|
||||
]
|
@ -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`
|
11
rsb/wscript
11
rsb/wscript
@ -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
|
@ -6,6 +6,8 @@
|
||||
RTEMS User Manual (|version|).
|
||||
==============================
|
||||
|
||||
| **COPYRIGHT (c) 2012 - 2015.**
|
||||
| **Chris Johns <chrisj@rtems.org>**
|
||||
| **COPYRIGHT (c) 2016-2018.**
|
||||
| **RTEMS Foundation, The RTEMS Documentation Project**
|
||||
|
||||
@ -16,27 +18,28 @@ RTEMS User Manual (|version|).
|
||||
.. include:: ../common/header.rst
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 5
|
||||
:numbered:
|
||||
:maxdepth: 5
|
||||
:numbered:
|
||||
|
||||
overview/index
|
||||
ecosys/index
|
||||
overview/index
|
||||
ecosys/index
|
||||
|
||||
start/index
|
||||
hosts/index
|
||||
installation/index
|
||||
start/index
|
||||
hosts/index
|
||||
installation/index
|
||||
|
||||
hardware/index
|
||||
bsps/index
|
||||
hardware/index
|
||||
bsps/index
|
||||
|
||||
exe/index
|
||||
testing/index
|
||||
tracing/index
|
||||
exe/index
|
||||
testing/index
|
||||
tracing/index
|
||||
|
||||
tools/index
|
||||
tools/index
|
||||
rsb/index
|
||||
|
||||
support/index
|
||||
support/index
|
||||
|
||||
glossary/index
|
||||
glossary/index
|
||||
|
||||
* :ref:`genindex`
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
.. Copyright (C) 2012, 2016 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
.. highlight:: shell
|
||||
|
||||
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
|
||||
Build Failures`.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 5
|
||||
:numbered:
|
||||
|
||||
why-build-from-source.rst
|
||||
project-sets
|
||||
cross-canadian-cross
|
||||
third-party-packages
|
||||
configuration
|
||||
commands
|
||||
bug-reporting
|
||||
history
|
Loading…
x
Reference in New Issue
Block a user