From fa8610f4ac59b448cc5516a6eedc2386cddcff08 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Sat, 5 May 2012 02:04:23 +0100 Subject: Ship extra setup routines Ship extra template files --- share/Makefile.am | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'share/Makefile.am') diff --git a/share/Makefile.am b/share/Makefile.am index 047b5c2..8a6dd94 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -3,16 +3,28 @@ templatedir = $(datadir)/kolab/templates template_DATA = \ $(wildcard templates/*.tpl) +hordetemplatedir = $(datadir)/kolab/templates/horde/conf.d/ +hordetemplate_DATA = \ + $(wildcard templates/horde/conf.d/*.tpl) + rctemplatedir = $(datadir)/kolab/templates/roundcubemail rctemplate_DATA = \ $(wildcard templates/roundcubemail/*.tpl) +zpushtemplatedir = $(datadir)/kolab/templates/zpush +zpushtemplate_DATA = \ + $(wildcard templates/zpush/*.tpl) + EXTRA_DIST = \ $(template_DATA) \ - $(rctemplate_DATA) + $(hordetemplate_DATA) \ + $(rctemplate_DATA) \ + $(zpushtemplate_DATA) install-exec-local: mkdir -p \ $(DESTDIR)/$(sysconfdir)/kolab/templates \ - $(DESTDIR)/$(sysconfdir)/kolab/templates/roundcubemail + $(DESTDIR)/$(sysconfdir)/kolab/templates/horde/conf.d \ + $(DESTDIR)/$(sysconfdir)/kolab/templates/roundcubemail \ + $(DESTDIR)/$(sysconfdir)/kolab/templates/zpush -- cgit v1.1