linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH v10 1/4] perf doc: allow ASCIIDOC_EXTRA to be an argument
       [not found] ` <20200416162058.201954-2-irogers@google.com>
@ 2020-04-16 16:23   ` Arnaldo Carvalho de Melo
  0 siblings, 0 replies; only message in thread
From: Arnaldo Carvalho de Melo @ 2020-04-16 16:23 UTC (permalink / raw)
  To: Ian Rogers
  Cc: Peter Zijlstra, Ingo Molnar, Mark Rutland, Alexander Shishkin,
	Jiri Olsa, Namhyung Kim, Alexei Starovoitov, Daniel Borkmann,
	Martin KaFai Lau, Yonghong Song, Andrii Nakryiko,
	Greg Kroah-Hartman, Thomas Gleixner, Igor Lubashev,
	Alexey Budankov, Florian Fainelli, Adrian Hunter, Andi Kleen,
	Jiwei Sun, yuzhoujian <yuzhoujian>

Em Thu, Apr 16, 2020 at 09:20:55AM -0700, Ian Rogers escreveu:
> This will allow parent makefiles to pass values to asciidoc.

Thanks, applied
 
> Signed-off-by: Ian Rogers <irogers@google.com>
> ---
>  tools/perf/Documentation/Makefile | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tools/perf/Documentation/Makefile b/tools/perf/Documentation/Makefile
> index 31824d5269cc..6e54979c2124 100644
> --- a/tools/perf/Documentation/Makefile
> +++ b/tools/perf/Documentation/Makefile
> @@ -48,7 +48,7 @@ man5dir=$(mandir)/man5
>  man7dir=$(mandir)/man7
>  
>  ASCIIDOC=asciidoc
> -ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
> +ASCIIDOC_EXTRA += --unsafe -f asciidoc.conf
>  ASCIIDOC_HTML = xhtml11
>  MANPAGE_XSL = manpage-normal.xsl
>  XMLTO_EXTRA =
> @@ -59,7 +59,7 @@ HTML_REF = origin/html
>  
>  ifdef USE_ASCIIDOCTOR
>  ASCIIDOC = asciidoctor
> -ASCIIDOC_EXTRA = -a compat-mode
> +ASCIIDOC_EXTRA += -a compat-mode
>  ASCIIDOC_EXTRA += -I. -rasciidoctor-extensions
>  ASCIIDOC_EXTRA += -a mansource="perf" -a manmanual="perf Manual"
>  ASCIIDOC_HTML = xhtml5
> -- 
> 2.26.1.301.g55bc3eb7cb9-goog
> 

-- 

- Arnaldo

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-16 16:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20200416162058.201954-1-irogers@google.com>
     [not found] ` <20200416162058.201954-2-irogers@google.com>
2020-04-16 16:23   ` [PATCH v10 1/4] perf doc: allow ASCIIDOC_EXTRA to be an argument Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).