summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-06-18 08:43:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-06-20 23:22:09 (GMT)
commita90918e8244d98862d0183de949fe9764c40e4d5 (patch)
tree6484b0323bd583894c4ef67a230f3fbd81cec23f /INSTALL
parent3c740268c40f10010dd5dec7df85a1f0d2062c59 (diff)
downloadgit-a90918e8244d98862d0183de949fe9764c40e4d5.zip
git-a90918e8244d98862d0183de949fe9764c40e4d5.tar.gz
git-a90918e8244d98862d0183de949fe9764c40e4d5.tar.bz2
INSTALL: explain how to build documentation
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 10 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 95269cc..63ba148 100644
--- a/INSTALL
+++ b/INSTALL
@@ -89,10 +89,16 @@ Issues of note:
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