Skip to content

Commit 26cfcfb

Browse files
author
Junio C Hamano
committed
Add release notes to the distribution.
This also adds a hook in the Makefile I can use to automatically include pointers to documentation for older releases when updating the pages at http://kernel.org/pub/software/scm/git/docs/. Signed-off-by: Junio C Hamano <[email protected]>
1 parent ea44949 commit 26cfcfb

File tree

5 files changed

+490
-2
lines changed

5 files changed

+490
-2
lines changed

Documentation/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ man7dir=$(mandir)/man7
3232
# DESTDIR=
3333

3434
ASCIIDOC=asciidoc
35+
ASCIIDOC_EXTRA =
3536
INSTALL?=install
3637
DOC_REF = origin/man
3738

@@ -92,7 +93,7 @@ clean:
9293
rm -f $(cmds_txt)
9394

9495
%.html : %.txt
95-
$(ASCIIDOC) -b xhtml11 -d manpage -f asciidoc.conf $<
96+
$(ASCIIDOC) -b xhtml11 -d manpage -f asciidoc.conf $(ASCIIDOC_EXTRA) $<
9697

9798
%.1 %.7 : %.xml
9899
xmlto -m callouts.xsl man $<

0 commit comments

Comments
 (0)