aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-08Add the man pageEvgeny Khramtsov1-2/+2
2020-01-08Add install target for ejabberd.yml.5Evgeny Khramtsov1-3/+7
2019-06-14Accept output argument in tools/opt_types.shEvgeny Khramtsov1-1/+1
2019-06-14Use new configuration validatorEvgeny Khramtsov1-3/+8
2019-05-01Remove Elixir tests entry points as they were removed in december:Mickael Remond1-3/+0
2018-10-29missing priv/lua/redis_sm.luaHAMANO Tsukasa1-2/+5
2018-07-14Don't forget to remove Lua scripts on uninstallEvgeniy Khramtsov1-0/+5
2018-03-20Add option --enable-group=xxx (thanks to andreabenini)(#1429)Badlop1-0/+5
2018-01-15Use correct name of new rebar commandPaweł Chmielowski1-1/+1
2018-01-15Call configure on deps in separate rebar command that compilePaweł Chmielowski1-0/+1
2018-01-15Don't report errors when trying to remove not existing files in make installPaweł Chmielowski1-2/+2
2018-01-08Delete old .so and executable files before installing new onePaweł Chmielowski1-2/+4
2018-01-08Make all install target rules as .PHONYPaweł Chmielowski1-0/+2
2018-01-08Refactor code for installing binariesPaweł Chmielowski1-10/+10
2017-12-01Set executable permission on mac_listener when installing (#2138)nosnilmot1-1/+4
2017-11-20Fix filtering of rebar list-depsPaweł Chmielowski1-1/+1
2017-11-17Fix sed invocation that was incompatible with FreeBSD sedPaweł Chmielowski1-1/+1
2017-11-15Makefile.in: Fix "make clean && make"Holger Weiss1-1/+1
2017-10-30Improve --enable-system-depsPaweł Chmielowski1-0/+1
2017-10-26Adopt 'make install' to updated output from 'rebar list-deps'Paweł Chmielowski1-1/+1
2017-10-09Don't include CSS, javascript and image data directly in the codeEvgeniy Khramtsov1-2/+12
2017-10-09Better handle mobile devices in CSS of mod_register_webEvgeniy Khramtsov1-1/+6
2017-10-02Install binaries with 755 permissionsPaweł Chmielowski1-2/+2
2017-09-28Install eimp binary with +x attributePaweł Chmielowski1-1/+4
2017-09-27When running "make translations", use the new tools/prepare-tr.shBadlop1-1/+1
2017-08-24Fix 'make install' to work with new output from rebar list-depsPaweł Chmielowski1-1/+1
2017-05-30Add license files into lib and deps directoriesChristophe Romain1-2/+2
2017-03-20Remove webtool from erlang.plt creationEvgeniy Khramtsov1-1/+1
2017-01-29More changes that are required from p1_pam -> epamPaweł Chmielowski1-1/+1
2016-11-24Don't make ejabberd.service file executableHolger Weiss1-1/+1
2016-11-24Makefile.in: Substitute all @variables@ in a lineHolger Weiss1-12/+12
2016-11-19Switch to stand-alone XMPP libraryEvgeniy Khramtsov1-9/+1
2016-11-04Replace ctlscriptpath and produce ejabberd.service file (#434)Badlop1-0/+5
2016-10-07Add xdata generator and make some code using itEvgeniy Khramtsov1-1/+5
2016-07-18Initial version based on XML generatorEvgeniy Khramtsov1-1/+1
2016-05-03Fix ejabberdctl.template duplicationMatthias Rieber1-1/+1
2016-05-01ejabberdctl: Fix path to epmdHolger Weiss1-0/+1
2016-04-01Fix merge issuesMickael Remond1-3/+0
2016-03-31Commands refactor, first pass.Alexey Shchepin1-0/+3
2016-02-10Add tests for XEP-0013Evgeniy Khramtsov1-1/+1
2016-02-03Handle spaces in vsn attribute of app file when installing deps (#940)Badlop1-1/+1
2016-01-08Fix 'make install' to work on osxChristophe Romain1-3/+3
2016-01-07Add version sufixes to application locations in 'make install'Paweł Chmielowski1-15/+30
2015-12-02Don't forget copying files that were compiled during `make install`Paweł Chmielowski1-6/+9
2015-11-20Integrate join/leave cluster as ejabberd commandChristophe Romain1-2/+0
2015-10-28Copy elixir files in copy-files makefile targetPaweł Chmielowski1-8/+11
2015-10-19Make COPY_template compatible with gmake 3.8Paweł Chmielowski1-3/+2
2015-10-19Make install should work even without having DESTDIR setPaweł Chmielowski1-2/+5
2015-10-15Use OTP directory structure for 'make install'Paweł Chmielowski1-27/+26
2015-09-21Avoid wrong failing cases on make install (#468)Christophe Romain1-9/+10