summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3c74026)
raw | patch | inline | side by side (parent: 3c74026)
author | Junio C Hamano <gitster@pobox.com> | |
Mon, 18 Jun 2007 08:43:34 +0000 (01:43 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 20 Jun 2007 23:22:09 +0000 (16:22 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
INSTALL | patch | blob | history |
index 95269cc513fab071d96a044b32aec7abb8b3fe7c..63ba1480a697ddeb98c5665106352fd2bb0ceb5a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
will include them. Note that config.mak is not distributed;
the name is reserved for local settings.
- - To build and install documentation suite, you need to have the
- asciidoc/xmlto toolchain. Alternatively, pre-formatted
- documentation are available in "html" and "man" branches of the git
- repository itself. For example, you could:
+ - To build and install documentation suite, you need to have
+ the asciidoc/xmlto toolchain. Because not many people are
+ inclined to install the tools, the default build target
+ ("make all") does _not_ build them. The documentation is
+ written for AsciiDoc 7, but "make ASCIIDOC8=YesPlease doc"
+ will let you format with AsciiDoc 8.
+
+ Alternatively, pre-formatted documentation are available in
+ "html" and "man" branches of the git repository itself. For
+ example, you could:
$ mkdir manual && cd manual
$ git init