X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=INSTALL;h=c762a8a207b41019f0a8bfe6fed5e15208cde334;hb=7fe7b4127b997464f8127cb6ac0e7181aacad33a;hp=a79a3d5b0e6d2e500be8bff9d31e82d7b41ad6c6;hpb=00adbecbc5dea92562b8eacd78238d75d3e0ba0d;p=tig.git diff --git a/INSTALL b/INSTALL index a79a3d5..c762a8a 100644 --- a/INSTALL +++ b/INSTALL @@ -10,7 +10,12 @@ The quick and simple way to install tig with documentation is to run: $ make $ make install install-doc -Optionally, you can use the `configure` script to detect library location: +From tig's git repository it is also possible to install documentation directly +from the release branch to avoid installing the documentation tool chain: + + $ make install-release-doc + +Optionally, you can use the `configure` script to detect dependencies: $ ./configure $ make @@ -49,7 +54,7 @@ configure script and building documentation: |Tool |Description |autoconf |Contains autoreconf for generating configure from configure.ac. -|asciidoc (>= 8.0) |Generates HTML and (DocBook) XML from text. +|asciidoc (>= 8.4) |Generates HTML and (DocBook) XML from text. |xmlto |Generates manpages and chunked HTML from XML. |DocBook XSL (>= 1.72.0) |Used by xmlto for building manpages. |DocBook (DSSL/Jade) tools |Generates PDF from XML.