From: Cliff Woolley Date: Sat, 6 Sep 2003 17:57:29 +0000 (+0000) Subject: Fix a false statement about the number of layouts in config.layout. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=213ba9cac2766632cd8dc3bcba9aa0fa59458b17;p=thirdparty%2Fapache%2Fhttpd.git Fix a false statement about the number of layouts in config.layout. Submitted by: Gustavo Delfino git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101179 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/INSTALL b/INSTALL index a02df5c15f7..b17a1548bc2 100644 --- a/INSTALL +++ b/INSTALL @@ -217,9 +217,11 @@ Use the --with-layout=[F:]ID option to select a particular installation path base-layout. You always _HAVE_ to select a base-layout. There are - currently two layouts pre-defined in the file config.layout: `Apache' for - the classical Apache path layout and `GNU' for a path layout conforming - to the GNU `standards' document. When you want to use your own custom + many layouts pre-defined in the file config.layout: `Apache' for + the classical Apache path layout, `GNU' for a path layout conforming + to the GNU `standards' document, and others that conform to vendor- + specific layout standards. You can browse the available layouts by + looking in the config.layout file. When you want to use your own custom layout FOO, either add a corresponding "..." section to config.layout and use --with-layout=FOO or place it into your own file, say config.mypaths, and use --with-layout=config.mypaths:FOO.