Author: joes
Date: Tue Jan 13 17:16:34 2009
New Revision: 734294
URL: http://svn.apache.org/viewvc?rev=734294&view=rev
Log:
add note about how to install the
doxygen documentation for libapreq2
Modified:
httpd/apreq/trunk/INSTALL
Modified: httpd/apreq/trunk/INSTALL
URL:
http://svn.apache.org/viewvc/httpd/apreq/trunk/INSTALL?rev=734294&r1=734293&r2=734294&view=diff
==============================================================================
--- httpd/apreq/trunk/INSTALL (original)
+++ httpd/apreq/trunk/INSTALL Tue Jan 13 17:16:34 2009
@@ -16,7 +16,7 @@
% make
(optional)% make test
% make install
-
+ (optional)% make docs_install
Or using the CPAN/perlish way (which includes the Apache2::Request and
Apache2::Cookie modules):
@@ -25,6 +25,7 @@
% make
(optional)% make test
% make install
+ (optional)% make docs_install
Developers and other folks using httpd-apreq-2 directly from svn need to
execute "./buildconf" prior to running "./configure".