about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/tipidee-config.html4
-rw-r--r--doc/tipideed.html4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/tipidee-config.html b/doc/tipidee-config.html
index 39ca514..2ade779 100644
--- a/doc/tipidee-config.html
+++ b/doc/tipidee-config.html
@@ -32,7 +32,9 @@ web server.
 
 <ul>
  <li> tipidee-config reads the <a href="tipidee.conf.html">/etc/tipidee.conf</a>
-configuration file, parses it, and outputs a cdb file to <tt>/etc/tipidee.conf.cdb</tt>. </li>
+configuration file, parses it, and outputs a cdb file to <tt>/etc/tipidee.conf.cdb</tt>.
+(The <tt>/etc</tt> default can be changed at build time with the <tt>--sysconfdir</tt>
+option to configure.) </li>
  <li> It then exits 0. </li>
 </ul>
 
diff --git a/doc/tipideed.html b/doc/tipideed.html
index 1b1b17c..955948f 100644
--- a/doc/tipideed.html
+++ b/doc/tipideed.html
@@ -202,7 +202,9 @@ command line option overrides any setting present in the configuration file.</dd
  <dt> -f <em>file</em> </dt>
  <dd> Use <em>file</em> as the compiled configuration database, typically obtained
 by running <tt><a href="tipidee-config.html">tipidee-config</a> -o <em>file</em></tt>.
-The default is <tt>/etc/tipidee.conf.cdb</tt>. </dd>
+The default is <tt>/etc/tipidee.conf.cdb</tt>; <tt>/etc</tt> may be something
+else if the <tt>--sysconfdir</tt> option has been given to configure at
+build time. </dd>
 
  <dt> -d <em>docroot</em> </dt>
  <dd> Change the working directory to <em>docroot</em> before serving. Default