Sync docs
[tig] / README.html
index 2501670..ed44ed4 100644 (file)
@@ -15,22 +15,28 @@ with the log message, diffstat, and the diff.</p>
 <ul>\r
 <li>\r
 <p>\r
-Homepage: <a href="http://jonas.nitro.dk/tig">http://jonas.nitro.dk/tig</a>\r
+Homepage:    <a href="http://jonas.nitro.dk/tig">http://jonas.nitro.dk/tig</a>\r
 </p>\r
 </li>\r
 <li>\r
 <p>\r
-Releases: <a href="http://jonas.nitro.dk/tig/releases">http://jonas.nitro.dk/tig/releases</a>\r
+Manual:      <a href="http://jonas.nitro.dk/tig/manual.html">http://jonas.nitro.dk/tig/manual.html</a>\r
 </p>\r
 </li>\r
 <li>\r
 <p>\r
-Git URL:  <a href="http://jonas.nitro.dk/tig/tig.git">http://jonas.nitro.dk/tig/tig.git</a>\r
+Releases:    <a href="http://jonas.nitro.dk/tig/releases">http://jonas.nitro.dk/tig/releases</a>\r
 </p>\r
 </li>\r
 <li>\r
 <p>\r
-Gitweb: <a href="http://pasky.or.cz/gitweb.cgi?p=tig.git;a=summary">http://pasky.or.cz/gitweb.cgi?p=tig.git;a=summary</a>\r
+Git URL:     <a href="http://jonas.nitro.dk/tig/tig.git">http://jonas.nitro.dk/tig/tig.git</a> or\r
+                git://repo.or.cz/tig.git\r
+</p>\r
+</li>\r
+<li>\r
+<p>\r
+Gitweb:      <a href="http://repo.or.cz/?p=tig.git;a=summary">http://repo.or.cz/?p=tig.git;a=summary</a>\r
 </p>\r
 </li>\r
 </ul>\r
@@ -51,6 +57,10 @@ available either in the tarballs or in the above repository in the branch named
 <div class="content">\r
 <pre><tt>$ make install-docs</tt></pre>\r
 </div></div>\r
+<p>Edit the Makefile if you need to configure specific compiler or linker flags.\r
+On FreeBSD for example the c library does not support the iconv interface and\r
+to compile tig you need to append <tt>-L/usr/local/lib -liconv</tt> to <tt>LDLIBS</tt> and\r
+<tt>-I/usr/local/include</tt> to the <tt>CFLAGS</tt> variable.</p>\r
 <p>The following tools and packages are needed:</p>\r
 <div class="tableblock">\r
 <table rules="none"\r
@@ -87,6 +97,14 @@ cellspacing="0" cellpadding="4">
   </tr>\r
   <tr>\r
     <td align="left">\r
+    iconv\r
+    </td>\r
+    <td align="left">\r
+    If iconv is not provided by the c library                                 you need to change the Makefile to link it                                 into the binary.\r
+    </td>\r
+  </tr>\r
+  <tr>\r
+    <td align="left">\r
     asciidoc (&gt;= 7.0), xmlto\r
     </td>\r
     <td align="left">\r