diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-05-13 00:42:26 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-05-13 00:42:26 +0000 |
commit | 8084d5baf18991f3e9aa89f41c0ea91a709099f3 (patch) | |
tree | 521347c4f322ff964f7422e7147065abbc27ed1d /index.sgml | |
parent | 5f44a7c2b395c2e1ed1bd5f61ba7643bac0add17 (diff) | |
download | mandoc-8084d5baf18991f3e9aa89f41c0ea91a709099f3.tar.gz |
Rename mandoc-db to makewhatis. On the suggestion of schwarze@; I agree.
Add initial version notes.
Diffstat (limited to 'index.sgml')
-rw-r--r-- | index.sgml | 25 |
1 files changed, 18 insertions, 7 deletions
@@ -49,8 +49,8 @@ install</CODE> to install into <I>/usr/local</I>. </P> <P> - Note that <A HREF="mandoc-db.1.html">mandoc-db</A> is not yet linked to the build. You must run <CODE>make - mandoc-db</CODE> to build it. + Note that <A HREF="makewhatis.1.html">makewhatis</A> is not yet linked to the build. You must run <CODE>make + makewhatis</CODE> to build it. </P> <H2> @@ -158,14 +158,14 @@ </TD> </TR> <TR> - <TD VALIGN="top"><A HREF="mandoc.1.html">mandoc-db(1)</A></TD> + <TD VALIGN="top"><A HREF="mandoc.1.html">makewhatis(1)</A></TD> <TD VALIGN="top"> index UNIX manuals <SMALL> - (<A HREF="mandoc-db.1.txt">text</A> | - <A HREF="mandoc-db.1.xhtml">xhtml</A> | - <A HREF="mandoc-db.1.pdf">pdf</A> | - <A HREF="mandoc-db.1.ps">postscript</A>) + (<A HREF="makewhatis.1.txt">text</A> | + <A HREF="makewhatis.1.xhtml">xhtml</A> | + <A HREF="makewhatis.1.pdf">pdf</A> | + <A HREF="makewhatis.1.ps">postscript</A>) </SMALL> </TD> </TR> @@ -310,6 +310,17 @@ </H1> <P CLASS="news"> + 12-05-2011: version 1.11.2 + </P> + <P> + Corrected some installation issues in version 1.11.1. + Initial public release (this utility is very much under development) of <A HREF="makewhatis.1.html">makewhatis</A>, + initially named mandoc-db. + This utility produces keyword databases of manual content + <A HREF="http://mdocml.bsd.lv/mandoc-cgi/index.html">mandoc-cgi</A>, which features semantic querying of manual content. + </P> + + <P CLASS="news"> 04-04-2011: version 1.11.1 </P> <P> |