aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2011-11-07 13:11:21 -0500
committerSteven Rostedt <rostedt@goodmis.org>2011-11-07 13:11:21 -0500
commit378506c6bbedfd6b29210cf6589d633b56134b20 (patch)
treecd1b230217657032756c635255bbf6fa66631579
parent410ca6b0df454f1513bf3074bf682fe26436c8ac (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--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ad717ce..58332cf 100644
--- a/Makefile
+++ b/Makefile
@@ -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
329all: all_cmd show_gui_make 329all: all_cmd doc show_gui_make
330 330
331all_cmd: $(CMD_TARGETS) 331all_cmd: $(CMD_TARGETS)
332 332
@@ -502,7 +502,7 @@ install_python: $(PYTHON_SO_INSTALL) $(PYTHON_PY_INSTALL)
502install_cmd: all_cmd install_plugins install_python 502install_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
505install: install_cmd 505install: 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
508install_gui: install_cmd gui 508install_gui: install_cmd gui