Code

Fix typo the INSTALL file
authorJonas Fonseca <fonseca@diku.dk>
Fri, 1 Jun 2007 08:00:35 +0000 (10:00 +0200)
committerJonas Fonseca <fonseca@diku.dk>
Fri, 1 Jun 2007 08:00:35 +0000 (10:00 +0200)
The make command to build the documentation "make install-doc", not
"make install-docs".

Kindly pointed out by Michael G. Noll.

INSTALL

diff --git a/INSTALL b/INSTALL
index 088f6742c41683e63daa04417a66048d5bd340e4..586878e1389c50141785b1d5071e62cc03e8cc06 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -12,7 +12,7 @@ To install tig simply run:
 
 To install documentation run:
 
-       $ make install-docs
+       $ make install-doc
 
 Edit the Makefile if you need to configure specific compiler or linker flags.
 On FreeBSD for example the c library does not support the iconv interface and