diff options
Diffstat (limited to 'tools/lib/perf/Makefile')
-rw-r--r-- | tools/lib/perf/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/lib/perf/Makefile b/tools/lib/perf/Makefile index 768dd423730b..3718d65cffac 100644 --- a/tools/lib/perf/Makefile +++ b/tools/lib/perf/Makefile @@ -181,7 +181,10 @@ install_pkgconfig: $(LIBPERF_PC) $(call QUIET_INSTALL, $(LIBPERF_PC)) \ $(call do_install,$(LIBPERF_PC),$(libdir_SQ)/pkgconfig,644) -install: install_lib install_headers install_pkgconfig +install_doc: + $(Q)$(MAKE) -C Documentation install-man install-html install-examples + +install: install_lib install_headers install_pkgconfig install_doc FORCE: |