diff options
author | Steven Rostedt <srostedt@redhat.com> | 2011-11-07 13:11:21 -0500 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2011-11-07 13:11:21 -0500 |
commit | 378506c6bbedfd6b29210cf6589d633b56134b20 (patch) | |
tree | cd1b230217657032756c635255bbf6fa66631579 | |
parent | 410ca6b0df454f1513bf3074bf682fe26436c8ac (diff) |
trace-cmd: Build and install doc by default
I have been informed that documentation (man pages) should be installed
by default and not just separate.
Reported-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -326,7 +326,7 @@ TARGETS = $(CMD_TARGETS) $(GUI_TARGETS) | |||
326 | # If you want kernelshark, then do: make gui | 326 | # If you want kernelshark, then do: make gui |
327 | ### | 327 | ### |
328 | 328 | ||
329 | all: all_cmd show_gui_make | 329 | all: all_cmd doc show_gui_make |
330 | 330 | ||
331 | all_cmd: $(CMD_TARGETS) | 331 | all_cmd: $(CMD_TARGETS) |
332 | 332 | ||
@@ -502,7 +502,7 @@ install_python: $(PYTHON_SO_INSTALL) $(PYTHON_PY_INSTALL) | |||
502 | install_cmd: all_cmd install_plugins install_python | 502 | install_cmd: all_cmd install_plugins install_python |
503 | $(Q)$(call do_install,trace-cmd,$(bindir_SQ)) | 503 | $(Q)$(call do_install,trace-cmd,$(bindir_SQ)) |
504 | 504 | ||
505 | install: install_cmd | 505 | install: install_cmd install_doc |
506 | @echo "Note: to install the gui, type \"make install_gui\"" | 506 | @echo "Note: to install the gui, type \"make install_gui\"" |
507 | 507 | ||
508 | install_gui: install_cmd gui | 508 | install_gui: install_cmd gui |