aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2009-01-20 19:42:08 +0000
committerBadlop <badlop@process-one.net>2009-01-20 19:42:08 +0000
commit3e2048ace95f8b80ce43d77898f12f058b112e8b (patch)
tree45579888a7c6bd18700a57dc32aacce4187a05ad /src/Makefile.in
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 'src/Makefile.in')
-rw-r--r--src/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 8917df636..28c126826 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -172,6 +172,7 @@ install: all
-e "s*@LIBDIR@*@libdir@*" \
-e "s*@SYSCONFDIR@*@sysconfdir@*" \
-e "s*@LOCALSTATEDIR@*@localstatedir@*" \
+ -e "s*@DOCDIR@*@docdir@*" \
-e "s*@erl@*@ERL@*" ejabberdctl.template \
> ejabberdctl.example
[ -f $(ETCDIR)/ejabberdctl.cfg ] \