* link to gnome developer example for autotools?
@ 2021-05-01 20:02 Robert P. J. Day
2021-05-05 16:03 ` [docs] " Michael Opdenacker
0 siblings, 1 reply; 4+ messages in thread
From: Robert P. J. Day @ 2021-05-01 20:02 UTC (permalink / raw)
To: YP docs mailing list
this section:
file:///home/rpjday/oe/dist/layers/yocto-docs/documentation/_build/html/sdk-manual/working-projects.html
notes:
"For more information on the GNU Autotools workflow, see the same
example on the GNOME Developer site."
not sure what "same example" this is referring to, but can someone
clarify what link can be added here corresponding to the alleged
example?
rday
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [docs] link to gnome developer example for autotools?
2021-05-01 20:02 link to gnome developer example for autotools? Robert P. J. Day
@ 2021-05-05 16:03 ` Michael Opdenacker
2021-05-05 16:13 ` Quentin Schulz
2021-05-05 16:22 ` Robert P. J. Day
0 siblings, 2 replies; 4+ messages in thread
From: Michael Opdenacker @ 2021-05-05 16:03 UTC (permalink / raw)
To: Robert P. J. Day, YP docs mailing list
Hi Robert,
On 5/1/21 10:02 PM, Robert P. J. Day wrote:
> this section:
>
> file:///home/rpjday/oe/dist/layers/yocto-docs/documentation/_build/html/sdk-manual/working-projects.html
You meant https://docs.yoctoproject.org/sdk-manual/working-projects.html
(you referred to a local link).
>
> notes:
>
> "For more information on the GNU Autotools workflow, see the same
> example on the GNOME Developer site."
>
> not sure what "same example" this is referring to, but can someone
> clarify what link can be added here corresponding to the alleged
> example?
I guess the reference is
https://developer.gnome.org/anjuta-build-tutorial/stable/create-autotools.html.en
Indeed, we should provide readers with a direct link instead of
expecting them to find such a page through a search engine.
Actually, this example just adds a little more than what we already
explain. Instead shouldn't we provide links to the original
documentation for the autotools, such as
https://www.gnu.org/software/automake/#documentation for automake and
https://www.gnu.org/software/autoconf/ for autoconf? If we do that, it's
what we already get from the link to
https://en.wikipedia.org/wiki/GNU_Build_System already provided at the
beginning of the section.
If you agree, I vote to remove the note entirely.
Cheers,
Michael.
--
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [docs] link to gnome developer example for autotools?
2021-05-05 16:03 ` [docs] " Michael Opdenacker
@ 2021-05-05 16:13 ` Quentin Schulz
2021-05-05 16:22 ` Robert P. J. Day
1 sibling, 0 replies; 4+ messages in thread
From: Quentin Schulz @ 2021-05-05 16:13 UTC (permalink / raw)
To: Michael Opdenacker; +Cc: Robert P. J. Day, YP docs mailing list
Hi all,
On Wed, May 05, 2021 at 06:03:43PM +0200, Michael Opdenacker wrote:
> Hi Robert,
>
> On 5/1/21 10:02 PM, Robert P. J. Day wrote:
> > this section:
> >
> > file:///home/rpjday/oe/dist/layers/yocto-docs/documentation/_build/html/sdk-manual/working-projects.html
>
>
> You meant https://docs.yoctoproject.org/sdk-manual/working-projects.html
> (you referred to a local link).
>
> >
> > notes:
> >
> > "For more information on the GNU Autotools workflow, see the same
> > example on the GNOME Developer site."
> >
> > not sure what "same example" this is referring to, but can someone
> > clarify what link can be added here corresponding to the alleged
> > example?
>
>
> I guess the reference is
> https://developer.gnome.org/anjuta-build-tutorial/stable/create-autotools.html.en
>
Yes. It was lost during the migration.
See:
https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#autotools-based-projects
When there are things which seem a bit odd, I usually check with the
documentation at that link (which I told Robert to not look at anymore :p)
which is the latest doc before the sphinx migration.
> Indeed, we should provide readers with a direct link instead of
> expecting them to find such a page through a search engine.
>
> Actually, this example just adds a little more than what we already
> explain. Instead shouldn't we provide links to the original
> documentation for the autotools, such as
> https://www.gnu.org/software/automake/#documentation for automake and
> https://www.gnu.org/software/autoconf/ for autoconf? If we do that, it's
> what we already get from the link to
> https://en.wikipedia.org/wiki/GNU_Build_System already provided at the
> beginning of the section.
>
> If you agree, I vote to remove the note entirely.
>
I'd check first in the git history what the original intent was before
removing it.
Cheers,
Quentin
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [docs] link to gnome developer example for autotools?
2021-05-05 16:03 ` [docs] " Michael Opdenacker
2021-05-05 16:13 ` Quentin Schulz
@ 2021-05-05 16:22 ` Robert P. J. Day
1 sibling, 0 replies; 4+ messages in thread
From: Robert P. J. Day @ 2021-05-05 16:22 UTC (permalink / raw)
To: Michael Opdenacker; +Cc: YP docs mailing list
On Wed, 5 May 2021, Michael Opdenacker wrote:
> Hi Robert,
>
> On 5/1/21 10:02 PM, Robert P. J. Day wrote:
> > this section:
> >
> > file:///home/rpjday/oe/dist/layers/yocto-docs/documentation/_build/html/sdk-manual/working-projects.html
>
>
> You meant https://docs.yoctoproject.org/sdk-manual/working-projects.html
> (you referred to a local link).
quite so, my fault, i had two tabs open, one to the official YP docs
page, the other to my local sphinx-based build of the latest content,
just mixed up the two.
rday
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-05-05 16:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-01 20:02 link to gnome developer example for autotools? Robert P. J. Day
2021-05-05 16:03 ` [docs] " Michael Opdenacker
2021-05-05 16:13 ` Quentin Schulz
2021-05-05 16:22 ` Robert P. J. Day
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.