From: Martin Mares Date: Sun, 16 Nov 2008 20:48:41 +0000 (+0100) Subject: Sorry, the original description of API docs was correct. X-Git-Tag: holmes-import~147 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=c1e96a555301b835087f2d39c6c97007c0761f2c;p=libucw.git Sorry, the original description of API docs was correct. --- diff --git a/free/libs/README b/free/libs/README index 23dae5c5..b3d8bf53 100644 --- a/free/libs/README +++ b/free/libs/README @@ -14,5 +14,5 @@ See doc/install.html for build requirements and instructions. See doc/configure.html if you want to tweak build options. -When you compile the libraries, an API documentation is also built. It will -appear in run/doc/. (It is not complete yet, though.) +After you compile the library, you can issue `make docs' to build the API +documentation. It will appear in run/doc. (It is not complete yet, though.) diff --git a/free/libucw/README b/free/libucw/README index c8f67f09..3a5ce952 100644 --- a/free/libucw/README +++ b/free/libucw/README @@ -11,5 +11,5 @@ See doc/install.html for build requirements and instructions. See doc/configure.html if you want to tweak build options. -When you compile the libraries, an API documentation is also built. It will -appear in run/doc/. (It is not complete yet, though.) +After you compile the library, you can issue `make docs' to build the API +documentation. It will appear in run/doc. (It is not complete yet, though.)