summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-10-09 21:46:38 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-10-09 21:46:38 +0300
commitd22ee24e723df36d4895582db340395a5c92d97b (patch)
treefc159ba63b708030d49175026bad54e76c26a610 /Makefile.in
parentResend presences and history if presence possesses <x/> MUC element (diff)
Better handle mobile devices in CSS of mod_register_web
Thanks to Marek Foss. Fixes #2039
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 01596329..5d184a43 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -46,6 +46,9 @@ SODIR = $(PRIVDIR)/lib
# /usr/lib/ejabberd/priv/msgs
MSGSDIR = $(PRIVDIR)/msgs
+# /usr/lib/ejabberd/priv/css
+CSSDIR = $(PRIVDIR)/css
+
# /usr/lib/ejabberd/priv/sql
SQLDIR = $(PRIVDIR)/sql
@@ -129,7 +132,7 @@ DEPS_FILES=$(call FILES_WILDCARD,$(foreach DEP,$(DEPS),deps/$(DEP)/ebin/*.beam d
DEPS_FILES_FILTERED=$(filter-out %/epam %/eimp deps/elixir/ebin/elixir.app,$(DEPS_FILES))
DEPS_DIRS=$(sort deps/ $(foreach DEP,$(DEPS),deps/$(DEP)/) $(dir $(DEPS_FILES)))
-MAIN_FILES=$(filter-out %/configure.beam,$(call FILES_WILDCARD,ebin/*.beam ebin/*.app priv/msgs/*.msg priv/lib/* include/*.hrl COPYING))
+MAIN_FILES=$(filter-out %/configure.beam,$(call FILES_WILDCARD,ebin/*.beam ebin/*.app priv/msgs/*.msg priv/css/*.css priv/lib/* include/*.hrl COPYING))
MAIN_DIRS=$(sort $(dir $(MAIN_FILES)) priv/bin priv/sql)
define DEP_VERSION_template
@@ -252,6 +255,8 @@ uninstall-binary:
rm -fr $(SODIR)
rm -f $(MSGSDIR)/*.msgs
rm -fr $(MSGSDIR)
+ rm -f $(CSSDIR)/*.css
+ rm -fr $(CSSDIR)
rm -f $(SQLDIR)/*.sql
rm -fr $(SQLDIR)
rm -fr $(PRIVDIR)