From: Jonas Fonseca Date: Fri, 1 Jun 2007 08:00:35 +0000 (+0200) Subject: Fix typo the INSTALL file X-Git-Tag: tig-0.8~14 X-Git-Url: https://git.distorted.org.uk/~mdw/tig/commitdiff_plain/e61a1e30d7a6208a892eabf9a1f7742014bd7294 Fix typo the INSTALL file The make command to build the documentation "make install-doc", not "make install-docs". Kindly pointed out by Michael G. Noll. --- diff --git a/INSTALL b/INSTALL index 088f674..586878e 100644 --- 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