diff options
Diffstat (limited to 'share/Makefile.am')
-rw-r--r-- | share/Makefile.am | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/share/Makefile.am b/share/Makefile.am index 4bfff10..b3174e1 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -2,34 +2,16 @@ templatedir = $(datadir)/kolab/templates template_DATA = \ $(wildcard templates/*.tpl) -fbtemplatedir = $(datadir)/kolab/templates/freebusy -fbtemplate_DATA = \ - $(wildcard templates/freebusy/*.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) \ - $(fbtemplate_DATA) \ - $(hordetemplate_DATA) \ - $(rctemplate_DATA) \ - $(zpushtemplate_DATA) + $(rctemplate_DATA) install-exec-local: mkdir -p \ $(DESTDIR)/$(sysconfdir)/kolab/templates \ - $(DESTDIR)/$(sysconfdir)/kolab/templates/freebusy \ - $(DESTDIR)/$(sysconfdir)/kolab/templates/horde/conf.d \ - $(DESTDIR)/$(sysconfdir)/kolab/templates/roundcubemail \ - $(DESTDIR)/$(sysconfdir)/kolab/templates/zpush + $(DESTDIR)/$(sysconfdir)/kolab/templates/roundcubemail |