diff options
| author | Steven Rostedt <srostedt@redhat.com> | 2011-02-01 20:57:05 -0500 |
|---|---|---|
| committer | Steven Rostedt <rostedt@goodmis.org> | 2011-02-01 21:00:59 -0500 |
| commit | 709dadf614921dd6480f73987086e57141ea9568 (patch) | |
| tree | af510f893fc563082790057a70887d139cfceadf /Documentation/Makefile | |
| parent | 916521713019b80baf41efb060dae13c76dc60a7 (diff) | |
trace-cmd/doc: Fix installing krenelshark html documents
Remove space from the do_install script that was making the
install of kernelshark html documents fail.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Documentation/Makefile')
| -rw-r--r-- | Documentation/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index b59370e..717a6d9 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile | |||
| @@ -97,10 +97,10 @@ HTML_INSTALL = $(subst .html,.html.install,$(HTML)) | |||
| 97 | IMGS_INSTALL = $(subst .png,.png.install,$(IMGS)) | 97 | IMGS_INSTALL = $(subst .png,.png.install,$(IMGS)) |
| 98 | 98 | ||
| 99 | $(HTML_INSTALL): %.html.install : %.html force | 99 | $(HTML_INSTALL): %.html.install : %.html force |
| 100 | $(Q)$(call do_install, $<, '$(html_install_SQ)') | 100 | $(Q)$(call do_install,$<,'$(html_install_SQ)') |
| 101 | 101 | ||
| 102 | $(IMGS_INSTALL): %.png.install : %.png force | 102 | $(IMGS_INSTALL): %.png.install : %.png force |
| 103 | $(Q)$(call do_install, $<, '$(img_install_SQ)') | 103 | $(Q)$(call do_install,$<,'$(img_install_SQ)') |
| 104 | 104 | ||
| 105 | 105 | ||
| 106 | GUI_INSTALL = $(HTML_INSTALL) $(IMGS_INSTALL) | 106 | GUI_INSTALL = $(HTML_INSTALL) $(IMGS_INSTALL) |
