summaryrefslogtreecommitdiffstats
path: root/rsb
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-11 10:20:08 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-14 07:15:27 +0100
commit60ed99d2b0c01f46c3458f45c0d0cd9334b6c497 (patch)
treedd13781008149370e2e0b1b8610e17dc7ee39df7 /rsb
parentuser: Remove unused file (diff)
downloadrtems-docs-60ed99d2b0c01f46c3458f45c0d0cd9334b6c497.tar.bz2
user: Add RSB content as a chapter
Remove the separate RSB manual.
Diffstat (limited to '')
-rw-r--r--rsb/conf.py14
-rw-r--r--rsb/index.rst40
-rw-r--r--rsb/wscript11
-rw-r--r--user/rsb/bug-reporting.rst (renamed from rsb/bug-reporting.rst)0
-rw-r--r--user/rsb/commands.rst (renamed from rsb/commands.rst)0
-rw-r--r--user/rsb/configuration.rst (renamed from rsb/configuration.rst)0
-rw-r--r--user/rsb/cross-canadian-cross.rst (renamed from rsb/cross-canadian-cross.rst)0
-rw-r--r--user/rsb/history.rst (renamed from rsb/history.rst)0
-rw-r--r--user/rsb/index.rst (renamed from rsb/source-builder.rst)15
-rw-r--r--user/rsb/project-sets.rst (renamed from rsb/project-sets.rst)0
-rw-r--r--user/rsb/third-party-packages.rst (renamed from rsb/third-party-packages.rst)0
-rw-r--r--user/rsb/why-build-from-source.rst (renamed from rsb/why-build-from-source.rst)0
12 files changed, 15 insertions, 65 deletions
diff --git a/rsb/conf.py b/rsb/conf.py
deleted file mode 100644
index 2f3258a..0000000
--- a/rsb/conf.py
+++ /dev/null
@@ -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'),
-]
diff --git a/rsb/index.rst b/rsb/index.rst
deleted file mode 100644
index f4594ed..0000000
--- a/rsb/index.rst
+++ /dev/null
@@ -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`
diff --git a/rsb/wscript b/rsb/wscript
deleted file mode 100644
index 26ab0ca..0000000
--- a/rsb/wscript
+++ /dev/null
@@ -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
diff --git a/rsb/bug-reporting.rst b/user/rsb/bug-reporting.rst
index b8fcc71..b8fcc71 100644
--- a/rsb/bug-reporting.rst
+++ b/user/rsb/bug-reporting.rst
diff --git a/rsb/commands.rst b/user/rsb/commands.rst
index 214607c..214607c 100644
--- a/rsb/commands.rst
+++ b/user/rsb/commands.rst
diff --git a/rsb/configuration.rst b/user/rsb/configuration.rst
index 141fd3b..141fd3b 100644
--- a/rsb/configuration.rst
+++ b/user/rsb/configuration.rst
diff --git a/rsb/cross-canadian-cross.rst b/user/rsb/cross-canadian-cross.rst
index 9c157b3..9c157b3 100644
--- a/rsb/cross-canadian-cross.rst
+++ b/user/rsb/cross-canadian-cross.rst
diff --git a/rsb/history.rst b/user/rsb/history.rst
index 2bb4324..2bb4324 100644
--- a/rsb/history.rst
+++ b/user/rsb/history.rst
diff --git a/rsb/source-builder.rst b/user/rsb/index.rst
index 9b2f096..62a3ccf 100644
--- a/rsb/source-builder.rst
+++ b/user/rsb/index.rst
@@ -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
diff --git a/rsb/project-sets.rst b/user/rsb/project-sets.rst
index cc63aaa..cc63aaa 100644
--- a/rsb/project-sets.rst
+++ b/user/rsb/project-sets.rst
diff --git a/rsb/third-party-packages.rst b/user/rsb/third-party-packages.rst
index a6a541b..a6a541b 100644
--- a/rsb/third-party-packages.rst
+++ b/user/rsb/third-party-packages.rst
diff --git a/rsb/why-build-from-source.rst b/user/rsb/why-build-from-source.rst
index 80aa329..80aa329 100644
--- a/rsb/why-build-from-source.rst
+++ b/user/rsb/why-build-from-source.rst