Skip to content

Commit

Permalink
Documentation/Makefile: allow man.base.url.for.relative.link to be se…
Browse files Browse the repository at this point in the history
…t from Make

Signed-off-by: Junio C Hamano <junio@kernel.org>
  • Loading branch information
Junio C Hamano committed Dec 3, 2009
1 parent 28044ba commit a479a56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ ifdef DOCBOOK_SUPPRESS_SP
XMLTO_EXTRA += -m manpage-suppress-sp.xsl
endif

ifdef MAN_BASE_URL
XMLTO_EXTRA += --stringparam man.base.url.for.relative.links=$(MAN_BASE_URL)
endif

# If your target system uses GNU groff, it may try to render
# apostrophes as a "pretty" apostrophe using unicode. This breaks
# cut&paste, so you should set GNU_ROFF to force them to be ASCII
Expand Down

0 comments on commit a479a56

Please sign in to comment.