@@ -5,8 +5,8 @@ Normally you can just do "make" followed by "make install", and that
55will install the git programs in your own ~/bin/ directory. If you want
66to do a global install, you can do
77
8- $ make prefix=/usr all doc ;# as yourself
9- # make prefix=/usr install install-doc ;# as root
8+ $ make prefix=/usr all doc info ;# as yourself
9+ # make prefix=/usr install install-doc install-info ;# as root
1010
1111(or prefix=/usr/local, of course). Just like any program suite
1212that uses $prefix, the built results have some paths encoded,
@@ -91,9 +91,13 @@ Issues of note:
9191 - To build and install documentation suite, you need to have
9292 the asciidoc/xmlto toolchain. Because not many people are
9393 inclined to install the tools, the default build target
94- ("make all") does _not_ build them. The documentation is
95- written for AsciiDoc 7, but "make ASCIIDOC8=YesPlease doc"
96- will let you format with AsciiDoc 8.
94+ ("make all") does _not_ build them.
95+
96+ Building and installing the info file additionally requires
97+ makeinfo and docbook2X. Version 0.8.3 is known to work.
98+
99+ The documentation is written for AsciiDoc 7, but "make
100+ ASCIIDOC8=YesPlease doc" will let you format with AsciiDoc 8.
97101
98102 Alternatively, pre-formatted documentation are available in
99103 "html" and "man" branches of the git repository itself. For
0 commit comments