[rtems-docs commit] eng: Replace spec2doc.py with spec2modules.py
Sebastian Huber
sebh at rtems.org
Sat Oct 24 10:15:36 UTC 2020
Module: rtems-docs
Branch: master
Commit: abc9c4498df24d521991ee1eb1d8c1356b235dde
Changeset: http://git.rtems.org/rtems-docs/commit/?id=abc9c4498df24d521991ee1eb1d8c1356b235dde
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Sat Oct 24 12:12:31 2020 +0200
eng: Replace spec2doc.py with spec2modules.py
Update #3715.
---
eng/req/howto.rst | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/eng/req/howto.rst b/eng/req/howto.rst
index cfcb077..5316649 100644
--- a/eng/req/howto.rst
+++ b/eng/req/howto.rst
@@ -139,12 +139,12 @@ Generate Content after Changes
Once you are done with the modifications of an existing item or the creation of
a new item, the changes need to be propagated to generated source files. This
-is done by the :file:`spec2doc.py` script. Before you call this script, make
-sure the Git submodules are up-to-date.
+is done by the :file:`spec2modules.py` script. Before you call this script,
+make sure the Git submodules are up-to-date.
.. code-block:: none
- $ ./spec2doc.py
+ $ ./spec2dmodules.py
The script modifies or creates source files in :file:`modules/rtems` and
:file:`modules/rtems-docs`. Create patch sets for these changes just as if
@@ -193,10 +193,10 @@ Define acronyms with the phrase `This term is an acronym for *.` in the
This term is an acronym for Magic Power.
...
-Once you are done with the glossary items, run the script :file:`spec2doc.py`
-to generate the derived documentation content. Send patches for the generated
-documentation and the specification to the :r:list:`devel` and follow the
-normal patch review process.
+Once you are done with the glossary items, run the script
+:file:`spec2modules.py` to generate the derived documentation content. Send
+patches for the generated documentation and the specification to the
+:r:list:`devel` and follow the normal patch review process.
Interface Specification
-----------------------
More information about the vc
mailing list