aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2015-05-20 11:43:29 +0200
committerChristophe Romain <christophe.romain@process-one.net>2015-05-20 11:43:29 +0200
commit1854b5e411445beeece621a4058941ba0266704d (patch)
tree1e687175741f3dde84088bc8fdc25c93c4431e3c /Makefile.in
parentDo not bounce normal messages sent to unavailable resource (diff)
Remove obsolete doc and win32 files (EJAB-1738)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in15
1 files changed, 2 insertions, 13 deletions
diff --git a/Makefile.in b/Makefile.in
index 87ace381a..ffd1d30f7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -101,10 +101,6 @@ xref: all
translations:
contrib/extract_translations/prepare-translation.sh -updateall
-doc:
- echo making $$target in doc; \
- (cd doc && $(MAKE) $$target) || exit 1
-
edoc:
$(ERL) -noinput +B -eval \
'case edoc:application(ejabberd, ".", []) of ok -> halt(0); error -> halt(1) end.'
@@ -207,16 +203,9 @@ install: all
#
# Documentation
$(INSTALL) -d $(DOCDIR)
- [ -f doc/dev.html ] \
- && $(INSTALL) -m 644 doc/dev.html $(DOCDIR) \
- || echo "No doc/dev.html was built"
[ -f doc/guide.html ] \
&& $(INSTALL) -m 644 doc/guide.html $(DOCDIR) \
- || echo "No doc/guide.html was built"
- [ -f doc/guide.pdf ] \
- && $(INSTALL) -m 644 doc/guide.pdf $(DOCDIR) \
- || echo "No doc/guide.pdf was built"
- $(INSTALL) -m 644 doc/*.png $(DOCDIR)
+ || echo "Documentation not included in sources"
$(INSTALL) -m 644 COPYING $(DOCDIR)
uninstall: uninstall-binary
@@ -326,6 +315,6 @@ test:
quicktest:
$(REBAR) skip_deps=true ct suites=elixir
-.PHONY: src doc edoc dialyzer Makefile TAGS clean clean-rel distclean rel \
+.PHONY: src edoc dialyzer Makefile TAGS clean clean-rel distclean rel \
install uninstall uninstall-binary uninstall-all translations deps test spec \
quicktest erlang_plt deps_plt ejabberd_plt