diff options
| author | Steven Rostedt <srostedt@redhat.com> | 2011-02-01 21:03:00 -0500 |
|---|---|---|
| committer | Steven Rostedt <rostedt@goodmis.org> | 2011-02-01 21:03:00 -0500 |
| commit | 94118e21355ccb2d1049dc17c4e8f39a0071a4a6 (patch) | |
| tree | 39f07ffed50526b6a38ad98b9b0cf7590e8557d6 /Documentation | |
| parent | 709dadf614921dd6480f73987086e57141ea9568 (diff) | |
trace-cmd/doc: Let environment variable override MANPAGE_DOCBOOK_XSL
In case the user wants to use a different manpage/docbook.xsl,
let them override the MANPAGE_DOCBOOK_XSL environment variable.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 717a6d9..a2ebdc7 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile | |||
| @@ -46,7 +46,7 @@ endef | |||
| 46 | # Most likely a docbook.xsl is already installed on the users system | 46 | # Most likely a docbook.xsl is already installed on the users system |
| 47 | # instead of creating a new wheel, lets reuse what's already there. | 47 | # instead of creating a new wheel, lets reuse what's already there. |
| 48 | # | 48 | # |
| 49 | MANPAGE_DOCBOOK_XSL = $(shell locate manpages/docbook.xsl | head -1) | 49 | MANPAGE_DOCBOOK_XSL ?= $(shell locate manpages/docbook.xsl | head -1) |
| 50 | 50 | ||
| 51 | $(obj)/%.xsl: $(src)/%.txt | 51 | $(obj)/%.xsl: $(src)/%.txt |
| 52 | $(Q)mkdir -p $(obj) | 52 | $(Q)mkdir -p $(obj) |
