File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -104,9 +104,12 @@ ifdef DOCBOOK_SUPPRESS_SP
104
104
XMLTO_EXTRA += -m manpage-suppress-sp.xsl
105
105
endif
106
106
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.
108
112
XMLTO_EXTRA += --stringparam man.base.url.for.relative.links=$(MAN_BASE_URL )
109
- endif
110
113
111
114
# If your target system uses GNU groff, it may try to render
112
115
# apostrophes as a "pretty" apostrophe using unicode. This breaks
Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ unreleased) version of git, that is available from 'master'
43
43
branch of the `git.git` repository.
44
44
Documentation for older releases are available here:
45
45
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 ]
47
47
48
48
* release notes for
49
+ link:RelNotes-1.6.5.4.txt[1.6.5.4],
49
50
link:RelNotes-1.6.5.3.txt[1.6.5.3],
50
51
link:RelNotes-1.6.5.2.txt[1.6.5.2],
51
52
link:RelNotes-1.6.5.1.txt[1.6.5.1],
You can’t perform that action at this time.
0 commit comments