Re: [PATCH 1/4] doc-rst: reST-directive kernel-cmd / include contentent from scripts

2016-10-18 Thread Markus Heiser
Am 18.10.2016 um 12:06 schrieb Mauro Carvalho Chehab : > Sorry, I missed part of your comments on my last reply... > > > Em Tue, 18 Oct 2016 09:03:28 +0200 > Markus Heiser escreveu: > >> +- ``T:`` SCM tree type and location. >> + >>> + - Type is one of: **git**, **hg**, **quilt**, **stgit

Re: [PATCH 1/4] doc-rst: reST-directive kernel-cmd / include contentent from scripts

2016-10-18 Thread Mauro Carvalho Chehab
Sorry, I missed part of your comments on my last reply... Em Tue, 18 Oct 2016 09:03:28 +0200 Markus Heiser escreveu: > +-``T:`` SCM tree type and location. > + > > + - Type is one of: **git**, **hg**, **quilt**, **stgit**, **topgit** > > + > > Hmm, why is the last line a bullet list, s

Re: [PATCH 1/4] doc-rst: reST-directive kernel-cmd / include contentent from scripts

2016-10-18 Thread Mauro Carvalho Chehab
Em Tue, 18 Oct 2016 09:07:03 +0300 Jani Nikula escreveu: > On Mon, 17 Oct 2016, Mauro Carvalho Chehab wrote: > > [PATCH] docs-rst: user: add MAINTAINERS > > > > including MAINTAINERS using ReST is tricky, because all > > maintainer's entries are like: > > > > FOO SUBSYSTEM: > > M: My Name > > L

Re: [PATCH 1/4] doc-rst: reST-directive kernel-cmd / include contentent from scripts

2016-10-18 Thread Mauro Carvalho Chehab
Em Tue, 18 Oct 2016 09:03:28 +0200 Markus Heiser escreveu: > Am 17.10.2016 um 18:46 schrieb Mauro Carvalho Chehab : > > > Hi Markus, > > > > Em Thu, 6 Oct 2016 09:20:17 +0200 > > Markus Heiser escreveu: > > > >> From: Markus Heiser > >> > >> The ``kernel-cmd`` directive includes contend

Re: [PATCH 1/4] doc-rst: reST-directive kernel-cmd / include contentent from scripts

2016-10-18 Thread Markus Heiser
Am 17.10.2016 um 18:46 schrieb Mauro Carvalho Chehab : > Hi Markus, > > Em Thu, 6 Oct 2016 09:20:17 +0200 > Markus Heiser escreveu: > >> From: Markus Heiser >> >> The ``kernel-cmd`` directive includes contend from the stdout of a >> command-line. With the ``kernel-cmd`` directive we can incl

Re: [PATCH 1/4] doc-rst: reST-directive kernel-cmd / include contentent from scripts

2016-10-17 Thread Markus Heiser
Am 18.10.2016 um 08:07 schrieb Jani Nikula : > If you're going to insist on getting kernel-cmd upstream (and I haven't > changed my opinion on that) please at least have the sense to have just > *one* perl script to parse MAINTAINERS, not many. The one script should > be scripts/get_maintainer.pl

Re: [PATCH 1/4] doc-rst: reST-directive kernel-cmd / include contentent from scripts

2016-10-17 Thread Jani Nikula
On Mon, 17 Oct 2016, Mauro Carvalho Chehab wrote: > [PATCH] docs-rst: user: add MAINTAINERS > > including MAINTAINERS using ReST is tricky, because all > maintainer's entries are like: > > FOO SUBSYSTEM: > M: My Name > L: mailing@list > S: Maintained > F: foo/bar > > On ReST, this would be displa

Re: [PATCH 1/4] doc-rst: reST-directive kernel-cmd / include contentent from scripts

2016-10-17 Thread Mauro Carvalho Chehab
Hi Markus, Em Thu, 6 Oct 2016 09:20:17 +0200 Markus Heiser escreveu: > From: Markus Heiser > > The ``kernel-cmd`` directive includes contend from the stdout of a > command-line. With the ``kernel-cmd`` directive we can include the > output of any (Perl or whatever) script. This is a more gene

[PATCH 1/4] doc-rst: reST-directive kernel-cmd / include contentent from scripts

2016-10-06 Thread Markus Heiser
From: Markus Heiser From: Markus Heiser The ``kernel-cmd`` directive includes contend from the stdout of a command-line. With the ``kernel-cmd`` directive we can include the output of any (Perl or whatever) script. This is a more general solution for other workarounds like the "kernel_include +