Page MenuHomePhorge

Makefile.am
No OneTemporary

Authored By
Unknown
Size
984 B
Referenced Files
None
Subscribers
None

Makefile.am

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)
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

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 5, 10:18 PM (2 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f8/87/58f0e350f08543d4aa902572a292
Default Alt Text
Makefile.am (984 B)

Event Timeline