aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2011-02-01 21:03:00 -0500
committerSteven Rostedt <rostedt@goodmis.org>2011-02-01 21:03:00 -0500
commit94118e21355ccb2d1049dc17c4e8f39a0071a4a6 (patch)
tree39f07ffed50526b6a38ad98b9b0cf7590e8557d6 /Documentation
parent709dadf614921dd6480f73987086e57141ea9568 (diff)
downloadkernel-shark-94118e21355ccb2d1049dc17c4e8f39a0071a4a6.tar.gz
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 717a6d92..a2ebdc79 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -46,7 +46,7 @@ endef
# Most likely a docbook.xsl is already installed on the users system
# instead of creating a new wheel, lets reuse what's already there.
#
-MANPAGE_DOCBOOK_XSL = $(shell locate manpages/docbook.xsl | head -1)
+MANPAGE_DOCBOOK_XSL ?= $(shell locate manpages/docbook.xsl | head -1)
$(obj)/%.xsl: $(src)/%.txt
$(Q)mkdir -p $(obj)