diff options
author | Badlop <badlop@process-one.net> | 2009-01-20 19:42:08 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-01-20 19:42:08 +0000 |
commit | 3e2048ace95f8b80ce43d77898f12f058b112e8b (patch) | |
tree | 45579888a7c6bd18700a57dc32aacce4187a05ad /doc/guide.tex | |
parent | * src/mod_privacy.erl: Only run roster_get_jid_info if privacy (diff) |
* src/Makefile.in: The path to the installed copy of ejabberd
Guide is set in the environment variable
EJABBERD_DOC_PATH (EJAB-837).
* src/web/ejabberd_web_admin.erl: Likewise
* src/ejabberdctl.template: Likewise
* doc/guide.tex: Likewise
* doc/guide.html: Likewise
SVN Revision: 1835
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 9ee7be777..04e87e3bf 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -3894,6 +3894,8 @@ The environment variables: Path to the ejabberd service log file. \titem{EJABBERD\_SO\_PATH} Path to the directory with binary system libraries. + \titem{EJABBERD\_DOC\_PATH} + Path to the directory with ejabberd documentation. \titem{HOME} Path to the directory that is considered \ejabberd{}'s home. This path is used to read the file \term{.erlang.cookie}. @@ -4030,11 +4032,9 @@ be installed in the system. The file is searched by default in \term{"/share/doc/ejabberd/guide.html"}. The directory of the documentation can be specified in -\term{ejabberd.cfg} with the option \term{doc\_path}. -For example: -\begin{verbatim} -{doc_path, "/usr/local/share/doc/ejabberd/"}. -\end{verbatim} +the environment variable \term{EJABBERD\_DOC\_PATH}. +See section \ref{erlangconfiguration}. + \makesection{adhoccommands}{Ad-hoc Commands} |