diff options
author | Ian Rogers <irogers@google.com> | 2021-07-14 18:33:40 -0700 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2021-08-02 09:56:18 -0300 |
commit | 361ac7b462d3efacad5c70e15441dcbf914e2b4a (patch) | |
tree | cfc39d2814124d40f873e8a4e9050165b9e1ee41 | |
parent | 33e536103f227c41d00d91056b3f936dac513f14 (diff) | |
download | linux-361ac7b462d3efacad5c70e15441dcbf914e2b4a.tar.gz linux-361ac7b462d3efacad5c70e15441dcbf914e2b4a.tar.bz2 linux-361ac7b462d3efacad5c70e15441dcbf914e2b4a.zip |
perf doc: Add info pages to all target.
Enabled to ensure that info pages build.
Signed-off-by: Ian Rogers <irogers@google.com>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: https //lore.kernel.org/r/20210715013343.2286699-5-irogers@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r-- | tools/perf/Documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Documentation/Makefile b/tools/perf/Documentation/Makefile index 03300c151858..85a796c112a2 100644 --- a/tools/perf/Documentation/Makefile +++ b/tools/perf/Documentation/Makefile @@ -173,7 +173,7 @@ ifneq ($(V),1) endif endif -all: html man +all: html man info html: $(DOC_HTML) |