diff options
author | Ian Rogers <irogers@google.com> | 2019-09-20 21:13:27 -0700 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-09-27 09:26:14 -0300 |
commit | d586ac10ce56b2381b8e1d8ed74660c1b2b8ab0d (patch) | |
tree | 8697dd945c4be1880fad5d94d95cfe2f6ac39071 /tools | |
parent | e3e2cf3d5b1fe800b032e14c0fdcd9a6fb20cf3b (diff) | |
download | linux-stable-d586ac10ce56b2381b8e1d8ed74660c1b2b8ab0d.tar.gz linux-stable-d586ac10ce56b2381b8e1d8ed74660c1b2b8ab0d.tar.bz2 linux-stable-d586ac10ce56b2381b8e1d8ed74660c1b2b8ab0d.zip |
perf docs: Allow man page date to be specified
With this change if a perf_date parameter is provided to asciidoc then
it will override the default date written to the man page metadata.
Without this change, or if the perf_date isn't specified, then the
current date is written to the metadata.
Having this parameter allows the metadata to be constant if builds
happen on different dates.
The name of the parameter is intended to be consistent with the existing
perf_version parameter.
Signed-off-by: Ian Rogers <irogers@google.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lore.kernel.org/lkml/20190921041327.155054-1-irogers@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/Documentation/asciidoc.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/Documentation/asciidoc.conf b/tools/perf/Documentation/asciidoc.conf index 356b23a40339..2b62ba1e72b7 100644 --- a/tools/perf/Documentation/asciidoc.conf +++ b/tools/perf/Documentation/asciidoc.conf @@ -71,6 +71,9 @@ ifdef::backend-docbook[] [header] template::[header-declarations] <refentry> +ifdef::perf_date[] +<refentryinfo><date>{perf_date}</date></refentryinfo> +endif::perf_date[] <refmeta> <refentrytitle>{mantitle}</refentrytitle> <manvolnum>{manvolnum}</manvolnum> |