Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf doc: Reorganize ARTICLES variables.

Place early, as they are in the git Makefile. Remove references to a
'technical` directory that doesn't exist in perf.

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-8-irogers@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Ian Rogers and committed by
Arnaldo Carvalho de Melo
c44fc5af 17ef1f14

+4 -7
+4 -7
tools/perf/Documentation/Makefile
··· 2 2 include ../../scripts/Makefile.include 3 3 include ../../scripts/utilities.mak 4 4 5 + ARTICLES = 6 + # with their own formatting rules. 7 + SP_ARTICLES = 8 + 5 9 MAN1_TXT= \ 6 10 $(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \ 7 11 $(wildcard perf-*.txt)) \ ··· 19 15 20 16 MAN_XML=$(addprefix $(OUTPUT),$(_MAN_XML)) 21 17 MAN_HTML=$(addprefix $(OUTPUT),$(_MAN_HTML)) 22 - 23 - ARTICLES = 24 - # with their own formatting rules. 25 - SP_ARTICLES = 26 - API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(wildcard technical/api-*.txt))) 27 - SP_ARTICLES += $(API_DOCS) 28 - SP_ARTICLES += technical/api-index 29 18 30 19 _DOC_HTML = $(_MAN_HTML) 31 20 _DOC_HTML+=$(patsubst %,%.html,$(ARTICLES) $(SP_ARTICLES))