Skip to content

Commit

Permalink
INSTALL: explain how to build documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
gitster committed Jun 20, 2007
1 parent 3c74026 commit a90918e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a90918e

Please sign in to comment.