diff options
| -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) |
