Skip to content

Commit

Permalink
Add release notes to the distribution.
Browse files Browse the repository at this point in the history
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 <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Feb 13, 2007
1 parent ea44949 commit 26cfcfb
Show file tree
Hide file tree
Showing 5 changed files with 490 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Documentation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ man7dir=$(mandir)/man7
# DESTDIR=

ASCIIDOC=asciidoc
ASCIIDOC_EXTRA =
INSTALL?=install
DOC_REF = origin/man

Expand Down Expand Up @@ -92,7 +93,7 @@ clean:
rm -f $(cmds_txt)

%.html : %.txt
$(ASCIIDOC) -b xhtml11 -d manpage -f asciidoc.conf $<
$(ASCIIDOC) -b xhtml11 -d manpage -f asciidoc.conf $(ASCIIDOC_EXTRA) $<

%.1 %.7 : %.xml
xmlto -m callouts.xsl man $<
Expand Down
Loading

0 comments on commit 26cfcfb

Please sign in to comment.