From: mdw Date: Tue, 6 Jul 1999 19:36:21 +0000 (+0000) Subject: Describe installation of manpages. X-Git-Tag: 2.0.4~268 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/commitdiff_plain/93f77e5bcfbbf9ae2916412009847a5264847614 Describe installation of manpages. --- diff --git a/README b/README index 0d0d8ad..aabf178 100644 --- a/README +++ b/README @@ -12,12 +12,14 @@ Overview not a huge fan of over-hiding information of any kind. The structure and interface of the library reflects these views. - Currently there's not a great deal in the way of documentation - for mLib. The header and source files are fairly verbosely - commented, though, and you shouldn't go far wrong if you just - read the function descriptions in the header. I'm working on a - proper set of manual pages for the whole thing, but don't hold - your breath. + There is now a (hopefully fairly good) set of manual pages for + mLib. The manual isn't installed by default since it takes a + while to install and it's not a very good idea when it's part + of a larger package. To install the manual pages, say + + make install-man + + (after everything else is built, obviously). Quick tour