Re: Problem re-building RTEMS docs

2020-11-03 Thread Andrew Butterfield
HI Sebastian, reading https://docs.rtems.org/branches/master/eng/vc-users.html (Sec 6.1.3 Making Changes), I found the following sequence that fixed things. git checkout master git pull git checkout git rebase master Now the document

Re: Problem re-building RTEMS docs

2020-11-03 Thread Andrew Butterfield
Hi Sebastian, I thought `git submodule update` would do it - my bad I tried `git submodule sync`, but this still leaves me back in 3rd July 2020 Doing a `git pull` afterwards, in rtems-docs makes no change. What do I need to do to bring all the submodules up to date? Thanks, Andrew > On 3

Re: Problem re-building RTEMS docs

2020-11-03 Thread Andrew Butterfield
Hi Sebatian, sorry - a typo - the line was . env/bin/active as it says in the rtems-central README.md file. I was running in the venv - I just edited out all the (env) indicators... > On 3 Nov 2020, at 17:59, Sebastian Huber > wrote: > > On 03/11/2020 18:47, Andrew Butterfield wrote: > >>

Re: Problem re-building RTEMS docs

2020-11-03 Thread Sebastian Huber
On 03/11/2020 18:47, Andrew Butterfield wrote: $ ./waf Waf: Entering directory `/Users/butrfeld/REPOS/rtems-central/modules/rtems-docs/build' Build: 6.0c13e94-modified (3rd July 2020) This is an extremely out dated version. You should see something like this: Waf: Entering directory `/home

Re: Problem re-building RTEMS docs

2020-11-03 Thread Sebastian Huber
On 03/11/2020 18:47, Andrew Butterfield wrote: cp git-hooks/sanity-check.sh .git/hooks/pre-push git submodule update make env env/bin/activate This doesn't active the virtual environment. You need: source env/bin/activate -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-8

Re: Problem re-building RTEMS docs

2020-11-03 Thread Andrew Butterfield
Hi Sebastian, I went back up to rtems-central and started over cp git-hooks/sanity-check.sh .git/hooks/pre-push git submodule update make env env/bin/activate cd modules/rtems-docs/ I made more progress, being able to complete ./waf configure $ ./waf configure Setting top to

Re: Problem re-building RTEMS docs

2020-11-03 Thread Sebastian Huber
On 03/11/2020 17:00, Andrew Butterfield wrote: I am trying to edit RTEMS docs to fix an error regarding large comments (ticket #4163). I'm working out of the rtems-doc submodule of rtems-central, and following instructions in the Soft Eng manual (6.1 Soft Devpt (Git users) I have created a

Problem re-building RTEMS docs

2020-11-03 Thread Andrew Butterfield
Dear all, I am trying to edit RTEMS docs to fix an error regarding large comments (ticket #4163). I'm working out of the rtems-doc submodule of rtems-central, and following instructions in the Soft Eng manual (6.1 Soft Devpt (Git users) I have created a branch and edited rtems-docs/eng/coding-