X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2FMakefile.in;fp=webcit%2FMakefile.in;h=bbd973df49b9115310bb5f8f4a98e80e3276106b;hp=50098d9fb83acc11ccec53ec65f138ef74529f93;hb=c82a9b990b775ffd78b18925dbc00c7bb06e0a24;hpb=c5f1c8a65299a8df4c66d11440afc753580ed7f1 diff --git a/webcit/Makefile.in b/webcit/Makefile.in index 50098d9fb..bbd973df4 100644 --- a/webcit/Makefile.in +++ b/webcit/Makefile.in @@ -18,6 +18,7 @@ PROG_SUBDIRS=@PROG_SUBDIRS@ SUBDIRS=$(LIB_SUBDIRS) $(PROG_SUBDIRS) LOCALEDIR=@LOCALEDIR@ WWWDIR=@WWWDIR@ +ETCDIR=@ETCDIR@ HEADERS=calendar.h dav.h messages.h modules_init.h paramhandling.h preferences.h roomops.h subst.h sysdep.h tcp_sockets.h utils.h webcit.h webserver.h # End of configuration section @@ -104,7 +105,7 @@ $(srcdir)/configure: $(srcdir)/configure.ac $(srcdir)/aclocal.m4 $(srcdir)/aclocal.m4: $(srcdir)/acinclude.m4 cd $(srcdir) && $(ACLOCAL) -install: install-bin install-setupbin install-wwwdata install-tinymce install-locale +install: install-bin install-setupbin install-wwwdata install-tinymce install-locale install-cfg install-bin: test -d $(DESTDIR)$(prefix) || mkdir -p $(DESTDIR)$(prefix) @@ -114,6 +115,9 @@ install-bin: ln -s $(DESTDIR)$(prefix)/webcit $(DESTDIR)$(prefix)/webserver; \ fi +install-cfg: + test -d $(DESTDIR)$(ETCDIR) || mkdir -p $(DESTDIR)$(ETCDIR) + $(INSTALL) nogz-mimetypes.txt $(DESTDIR)/$(ETCDIR)/nogz-mimetypes.txt install-setupbin: install-bin $(INSTALL) setup $(DESTDIR)$(prefix)/setup