Add the man page

This commit is contained in:
Evgeny Khramtsov 2020-01-08 12:47:54 +03:00
parent a9383597af
commit 51745f696f
2 changed files with 6047 additions and 2 deletions

View File

@ -267,8 +267,8 @@ install: all copy-files
# Documentation
$(INSTALL) -d $(MANDIR)
$(INSTALL) -d $(DOCDIR)
[ -f ejabberd.yml.5 ] \
&& $(INSTALL) -m 644 ejabberd.yml.5 $(MANDIR) \
[ -f man/ejabberd.yml.5 ] \
&& $(INSTALL) -m 644 man/ejabberd.yml.5 $(MANDIR) \
|| echo "Man page not included in sources"
$(INSTALL) -m 644 COPYING $(DOCDIR)

6045
man/ejabberd.yml.5 Normal file

File diff suppressed because it is too large Load Diff