You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/12/18 22:47:49 UTC

svn commit: r605333 - /httpd/mod_ftp/trunk/README-FTP

Author: wrowe
Date: Tue Dec 18 13:47:48 2007
New Revision: 605333

URL: http://svn.apache.org/viewvc?rev=605333&view=rev
Log:
Notes about generate-docs

Modified:
    httpd/mod_ftp/trunk/README-FTP

Modified: httpd/mod_ftp/trunk/README-FTP
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/README-FTP?rev=605333&r1=605332&r2=605333&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/README-FTP (original)
+++ httpd/mod_ftp/trunk/README-FTP Tue Dec 18 13:47:48 2007
@@ -101,7 +101,7 @@
 have a copy of the httpd docs/manual/style.  For example;
 
     cd docs/manual
-    svn co http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/manual/style
+    svn co http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/docs/manual/style
 
 In either case;
 
@@ -109,16 +109,30 @@
     svn co http://svn.apache.org/repos/asf/httpd/docs-build/trunk build
     cd build
 
+and finally;
+
     ./build.sh all
 
-        -or on windows...-
+or on windows...
 
     build.bat all
 
+To make this simpler on unix, after invoking ./configure.apxs in the 
+top level directory, you can simply;
+
+    make generate-docs
+
+which will fetch up those style and build directories (for httpd-2.2)
+and generate the docs for you.  After using make and make install, you
+can even merge the directives for the installed manual using this target;  
+
+    make manualdir=/path/to/httpd/manual generate-docs
+
 The same rules about an installed, locatable JAVA_HOME apply to building
-mod_ftp docs as apply to httpd.
+mod_ftp docs as apply to building the httpd manual.
 
 The advantage to building in-tree within httpd is that you gain the complete
-directive cross references applicable to all httpd and mod_ftp directives.
+directive cross references applicable to all httpd and mod_ftp directives,
+before installing the httpd\manual files.