Skip to content

Commit e21a857

Browse files
committed
Merge in 1.6.5.4
Signed-off-by: Junio C Hamano <[email protected]>
2 parents 61b8f40 + eefe19f commit e21a857

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Documentation/Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,12 @@ ifdef DOCBOOK_SUPPRESS_SP
104104
XMLTO_EXTRA += -m manpage-suppress-sp.xsl
105105
endif
106106

107-
ifdef MAN_BASE_URL
107+
# Newer DocBook stylesheet emits warning cruft in the output when
108+
# this is not set, and if set it shows an absolute link. We can
109+
# use MAN_BASE_URL=http://www.kernel.org/pub/software/scm/git/docs/
110+
# but distros may want to set it to /usr/share/doc/git-core/docs/ or
111+
# something like that.
108112
XMLTO_EXTRA += --stringparam man.base.url.for.relative.links=$(MAN_BASE_URL)
109-
endif
110113

111114
# If your target system uses GNU groff, it may try to render
112115
# apostrophes as a "pretty" apostrophe using unicode. This breaks

Documentation/git.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ unreleased) version of git, that is available from 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

46-
* link:v1.6.5.3/git.html[documentation for release 1.6.5.3]
46+
* link:v1.6.5.4/git.html[documentation for release 1.6.5.4]
4747

4848
* release notes for
49+
link:RelNotes-1.6.5.4.txt[1.6.5.4],
4950
link:RelNotes-1.6.5.3.txt[1.6.5.3],
5051
link:RelNotes-1.6.5.2.txt[1.6.5.2],
5152
link:RelNotes-1.6.5.1.txt[1.6.5.1],

0 commit comments

Comments
 (0)