Skip to content

Commit 61b8f40

Browse files
author
Junio C Hamano
committed
Merge branch 'maint'
2 parents b809d9c + a479a56 commit 61b8f40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ ifdef DOCBOOK_SUPPRESS_SP
104104
XMLTO_EXTRA += -m manpage-suppress-sp.xsl
105105
endif
106106

107+
ifdef MAN_BASE_URL
108+
XMLTO_EXTRA += --stringparam man.base.url.for.relative.links=$(MAN_BASE_URL)
109+
endif
110+
107111
# If your target system uses GNU groff, it may try to render
108112
# apostrophes as a "pretty" apostrophe using unicode. This breaks
109113
# cut&paste, so you should set GNU_ROFF to force them to be ASCII

0 commit comments

Comments
 (0)